Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/openjdk-17-runtim…
Browse files Browse the repository at this point in the history
…e docker digest to 1431c7b
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent f096127 commit e706386
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:ea4c2ba19764fc0a28b677619c6aa893cc9d1db16eb230193c6ffb65f2d7d4a0
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1431c7b8b4ebe450d2ad67029b0310c93ca878224ac0917818ea93ba50411cba
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:ea4c2ba19764fc0a28b677619c6aa893cc9d1db16eb230193c6ffb65f2d7d4a0
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1431c7b8b4ebe450d2ad67029b0310c93ca878224ac0917818ea93ba50411cba
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:ea4c2ba19764fc0a28b677619c6aa893cc9d1db16eb230193c6ffb65f2d7d4a0
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1431c7b8b4ebe450d2ad67029b0310c93ca878224ac0917818ea93ba50411cba
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:ea4c2ba19764fc0a28b677619c6aa893cc9d1db16eb230193c6ffb65f2d7d4a0
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime@sha256:1431c7b8b4ebe450d2ad67029b0310c93ca878224ac0917818ea93ba50411cba
USER 0
WORKDIR /work/

Expand Down

0 comments on commit e706386

Please sign in to comment.