From af048166987b39b2625eb6bb62d06f096121f31d Mon Sep 17 00:00:00 2001 From: Hans <11695964+hupling@users.noreply.github.com> Date: Fri, 26 May 2023 08:56:58 +0200 Subject: [PATCH] change image version to 9 and runtime --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7f5b78..ae71e59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Dockerfiles may only contain a FROM and the application data. -# For Java applications use /ubi8/openjdk-11 or /ubi8/openjdk-17 as Base Image, for documentation +# For Java applications use /ubi9/openjdk-11-runtime or /ubi9/openjdk-17-runtime as Base Image, for documentation # please see https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/ # All other variations must be approved by KM8 -FROM registry.access.redhat.com/ubi8/openjdk-17:latest +FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:latest COPY target/*.jar /deployments/application.jar