Skip to content

Commit 11fa6b6

Browse files
committed
[OPENJDK-529] Change OpenJDK17 FROM lines to match other images
The JDK17 images are configured with a FROM line of `ubi8-minimal:8.5`, which * was required to build based on UBI 8.5 internally prior to RHEL 8.5 GA * doesn't work out-of-the-box with docker, podman etc Change it to match the other ubi8-based images. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent b4998ed commit 11fa6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubi8-openjdk-17-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: "ubi8-minimal:8.5"
5+
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-17-runtime"
77
version: &version "1.10"
88
description: "Image for Red Hat OpenShift providing OpenJDK 17 runtime"

ubi8-openjdk-17.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: "ubi8-minimal:8.5"
5+
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-17"
77
version: &version "1.10"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 17"

0 commit comments

Comments
 (0)