From 0acc58958323e4e3418f35b84fe7573910d07cf5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 10 Jun 2022 06:12:15 +0200 Subject: openjdk-runtime: Upgrade from UBI 8 to UBI 9. Change-Id: I31c9da30143abdd6a098a85f0b86cfd740a9059a --- openjdk-runtime/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openjdk-runtime/build') diff --git a/openjdk-runtime/build b/openjdk-runtime/build index 01347d7..0719996 100755 --- a/openjdk-runtime/build +++ b/openjdk-runtime/build @@ -17,8 +17,8 @@ if [[ "${use_kaniko}" == yes ]]; then --mount type=bind,src="$PWD",target=/workspace \ gcr.io/kaniko-project/warmer:latest \ --cache-dir=/workspace/cache \ - --image=registry.access.redhat.com/ubi8/ubi-micro:latest \ - --image=registry.access.redhat.com/ubi8/ubi-minimal:latest + --image=registry.access.redhat.com/ubi9/ubi-micro:latest \ + --image=registry.access.redhat.com/ubi9/ubi-minimal:latest docker run \ --mount type=bind,src="$PWD",target=/workspace \ -- cgit v1.2.3