Skip to content

Commit 4fb6743

Browse files
committed
[OPENJDK-3650] Switch base image to centos streams
This allows us to work close to RHEL cutting edge (whereas RHEL 10 beta is frozen in time) and to work in public, with e.g. GHA able to build and (behave) test images. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent b3498b9 commit 4fb6743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubi10-openjdk-21-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal"
5+
from: "quay.io/centos/centos:stream10-minimal"
66
name: &name "ubi10/openjdk-21-runtime"
77
version: &version "1.21"
88
description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime"

ubi10-openjdk-21.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
schema_version: 1
44

5-
from: "registry.access.redhat.com/ubi9/ubi-minimal"
5+
from: "quay.io/centos/centos:stream10-minimal"
66
name: &name "ubi10/openjdk-21"
77
version: &version "1.21"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"

0 commit comments

Comments
 (0)