Skip to content

Commit

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

chore(deps): update registry.access.redhat.com/ubi8/openjdk-17-runtime docker digest to aa92e16
  • Loading branch information
rnc authored Aug 28, 2024
2 parents 18b09dd + 738f862 commit 882613a
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
Expand Up @@ -5,7 +5,7 @@ COPY ./ .

RUN mvn -V -B package -pl build-request-processor -am -Dmaven.test.skip

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1f15011cccf53f31591b2675c9967f50cec1434c212888a55916cbfdf3ccaf9d
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:aa92e16bbe5fe1fafc8621de5a1a7a88fb96f5b3db73e5a3218c48f98a49552f
USER 0
WORKDIR /work/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /work/cache/target/classes

RUN mvn -V -B package -pl cache -am -Dmaven.test.skip

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1f15011cccf53f31591b2675c9967f50cec1434c212888a55916cbfdf3ccaf9d
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:aa92e16bbe5fe1fafc8621de5a1a7a88fb96f5b3db73e5a3218c48f98a49552f
USER 0
WORKDIR /work/

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
Expand Up @@ -5,7 +5,7 @@ COPY ./ .

RUN mvn -V -B package -pl cli -am -DskipTests

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1f15011cccf53f31591b2675c9967f50cec1434c212888a55916cbfdf3ccaf9d
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:aa92e16bbe5fe1fafc8621de5a1a7a88fb96f5b3db73e5a3218c48f98a49552f
WORKDIR /work/

COPY --from=builder /work/cli/target/quarkus-app/lib/ /deployments/lib/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir -p /work/cache/target/classes

RUN mvn -V -B package -pl cache -am -Dmaven.test.skip

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1f15011cccf53f31591b2675c9967f50cec1434c212888a55916cbfdf3ccaf9d
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:aa92e16bbe5fe1fafc8621de5a1a7a88fb96f5b3db73e5a3218c48f98a49552f
USER 0
WORKDIR /work/

Expand Down

0 comments on commit 882613a

Please sign in to comment.