Skip to content

Commit bcf447c

Browse files
authored
Merge pull request #504 from jmtd/ubi9-9.4
[OPENJDK-3351] Pin base image on :9.4 tag
2 parents d14ec7f + 20e1fd0 commit bcf447c

6 files changed

+6
-6
lines changed

ubi9-openjdk-11-runtime.yaml

+1-1
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: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
66
name: &name "ubi9/openjdk-11-runtime"
77
version: &version "1.20"
88
description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime"

ubi9-openjdk-11.yaml

+1-1
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: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
66
name: &name "ubi9/openjdk-11"
77
version: &version "1.20"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"

ubi9-openjdk-17-runtime.yaml

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

ubi9-openjdk-17.yaml

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

ubi9-openjdk-21-runtime.yaml

+1-1
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: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
66
name: &name "ubi9/openjdk-21-runtime"
77
version: &version "1.20"
88
description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime"

ubi9-openjdk-21.yaml

+1-1
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: "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
66
name: &name "ubi9/openjdk-21"
77
version: &version "1.20"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"

0 commit comments

Comments
 (0)