Skip to content

Commit

Permalink
Merge pull request #2280 from redhat-appstudio/konflux/mintmaker/main…
Browse files Browse the repository at this point in the history
…/registry.access.redhat.com-ubi8-openjdk-21

Update registry.access.redhat.com/ubi8/openjdk-21 Docker digest to 5ab904e
  • Loading branch information
rnc authored Nov 28, 2024
2 parents 2fce9a1 + f1e70b2 commit 1d5815c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:095175ef8573de8055e67bd5c8a21098448ac73db4e0d6ccd5269dd36b4d263c AS builder
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:5ab904e6262629fca79d6f65fa859bfa376405522d2f660bdbfaaae2742586f1 AS builder
USER 0
WORKDIR /work
COPY ./ .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:095175ef8573de8055e67bd5c8a21098448ac73db4e0d6ccd5269dd36b4d263c AS builder
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:5ab904e6262629fca79d6f65fa859bfa376405522d2f660bdbfaaae2742586f1 AS builder
USER 0
WORKDIR /work
COPY ./ .
Expand Down
2 changes: 1 addition & 1 deletion java-components/cli/src/main/docker/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:095175ef8573de8055e67bd5c8a21098448ac73db4e0d6ccd5269dd36b4d263c AS builder
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:5ab904e6262629fca79d6f65fa859bfa376405522d2f660bdbfaaae2742586f1 AS builder

WORKDIR /work
COPY ./ .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:095175ef8573de8055e67bd5c8a21098448ac73db4e0d6ccd5269dd36b4d263c AS builder
FROM registry.access.redhat.com/ubi8/openjdk-21@sha256:5ab904e6262629fca79d6f65fa859bfa376405522d2f660bdbfaaae2742586f1 AS builder
USER 0
WORKDIR /work
COPY ./ .
Expand Down

0 comments on commit 1d5815c

Please sign in to comment.