Skip to content

Commit fb878ca

Browse files
authored
Merge pull request #241 from jmtd/jdk17-from
[OPENJDK-529] Change OpenJDK17 FROM lines to match other images
2 parents b4998ed + 11fa6b6 commit fb878ca

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)