From c3d9cebf278db4e9da604e0e5b123cb119088c76 Mon Sep 17 00:00:00 2001 From: "konflux-staging[bot]" <124796549+konflux-staging[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:14:52 +0000 Subject: [PATCH] Update registry.access.redhat.com/ubi8/openjdk-17-runtime Docker tag to v1.20-3.1721231685 Signed-off-by: konflux-staging <126015336+konflux-staging[bot]@users.noreply.github.com> --- Dockerfile | 2 +- src/main/docker/Dockerfile.jvm.staged | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb172f4..043047b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus- mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \ fi -FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15-1.1682053056 +FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20-3.1721231685 # Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size. ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" # We make four distinct layers so if there are application changes the library layers can be re-used diff --git a/src/main/docker/Dockerfile.jvm.staged b/src/main/docker/Dockerfile.jvm.staged index 2845bb9..c48aa73 100644 --- a/src/main/docker/Dockerfile.jvm.staged +++ b/src/main/docker/Dockerfile.jvm.staged @@ -39,7 +39,7 @@ RUN if [ ! -d /build/target/quarkus-app ] ; then mkdir -p /build/target/quarkus- mv /build/target/$(cat .env-id)-$(cat .env-version)*.jar /build/target/quarkus-app/ ; \ fi -FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.15-1.1682053056 +FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.20-3.1721231685 # Configure the JAVA_OPTS, you can add -XshowSettings:vm to also display the heap size. ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.port=8081 -Djava.util.logging.manager=org.jboss.logmanager.LogManager" # We make four distinct layers so if there are application changes the library layers can be re-used