Skip to content

Commit cad8c98

Browse files
authored
Merge pull request #600 from jmtd/OPENJDK-4027-base-image
[OPENJDK-4027] move base image to rhel ubi10
2 parents e16249b + 0f5b4ef commit cad8c98

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: "quay.io/centos/centos:stream10-minimal"
5+
from: "registry.access.redhat.com/ubi10/ubi-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: "quay.io/centos/centos:stream10-minimal"
5+
from: "registry.access.redhat.com/ubi10/ubi-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)