File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY --chown=quarkus:quarkus src /code/src
1515RUN ./mvnw verify -B -Dmaven.test.skip=true -Dquarkus.native.native-image-xmx=8g
1616
1717## Stage 2 : create the docker final image
18- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
18+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 
1919
2020LABEL description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
2121LABEL io.k8s.description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
Original file line number Diff line number Diff line change 1414# docker run -i --rm -p 8080:8080 quarkus/exhort
1515#
1616###
17- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
17+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194 
1818WORKDIR /work/
1919RUN chown 1001 /work \
2020    && chmod "g+rwX" /work \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments