Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.multi-stage
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --chown=quarkus:quarkus src /code/src
RUN ./mvnw verify -B -Dmaven.test.skip=true -Dquarkus.native.native-image-xmx=8g

## Stage 2 : create the docker final image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876

LABEL description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
LABEL io.k8s.description="Red Hat Trusted Profile Analyzer - Exhort Backend Service"
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/exhort
#
###
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down