Skip to content

Commit

Permalink
Merge pull request #27 from project-ncl/konflux/mintmaker/main/regist…
Browse files Browse the repository at this point in the history
…ry.access.redhat.com-ubi8-openjdk-21-runtime

Update registry.access.redhat.com/ubi8/openjdk-21-runtime Docker digest to 65f22b1
  • Loading branch information
rnc authored Jan 30, 2025
2 parents 19a1441 + 5b1dfff commit c4d9948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ./ .

RUN git config --global --add safe.directory /work && mvn -e -V -B package -Dmaven.test.skip=true

FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:418b3b6f9bc41ba969a6c7a20b06831131e30d6b4140e29a9453c6a4f08f8c21
FROM registry.access.redhat.com/ubi8/openjdk-21-runtime@sha256:65f22b1ef70e257dbe26b1ac7e393df8ca9ec9e45b9204819a81aec15acbb3ae
WORKDIR /work/

COPY --from=builder /work/LICENSE /licenses/
Expand Down

0 comments on commit c4d9948

Please sign in to comment.