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"