From 0f5b4ef53a7ad1a826f7c409310260155d5a4d8e Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Thu, 28 Aug 2025 14:10:15 +0100 Subject: [PATCH] [OPENJDK-4027] move base image to rhel ubi10 Signed-off-by: Jonathan Dowland --- ubi10-openjdk-21-runtime.yaml | 2 +- ubi10-openjdk-21.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ubi10-openjdk-21-runtime.yaml b/ubi10-openjdk-21-runtime.yaml index ea6e15e4..22e4de4f 100644 --- a/ubi10-openjdk-21-runtime.yaml +++ b/ubi10-openjdk-21-runtime.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "quay.io/centos/centos:stream10-minimal" +from: "registry.access.redhat.com/ubi10/ubi-minimal" name: &name "ubi10/openjdk-21-runtime" version: &version "1.21" description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime" diff --git a/ubi10-openjdk-21.yaml b/ubi10-openjdk-21.yaml index f3cac0a9..ccb3196c 100644 --- a/ubi10-openjdk-21.yaml +++ b/ubi10-openjdk-21.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "quay.io/centos/centos:stream10-minimal" +from: "registry.access.redhat.com/ubi10/ubi-minimal" name: &name "ubi10/openjdk-21" version: &version "1.21" description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"