Skip to content

Commit 179ca25

Browse files
committed
Bump container versions to 1.10
In preparation for next release. Current latest released version is 1.9 (the runtime images). The next release should include [OPENJDK-390] fix JAVA_HOME for runtime images which means the runtime image version needs to be bumped, so harmonize them all. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 95b98eb commit 179ca25

6 files changed

+6
-6
lines changed

openjdk-11-rhel7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.redhat.io/rhel7/rhel"
66
name: &name "openjdk/openjdk-11-rhel7"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"
99

1010
labels:

openjdk18-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.redhat.io/rhel7/rhel"
66
name: &name "redhat-openjdk-18/openjdk18-openshift"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 8"
99

1010
labels:

ubi8-openjdk-11-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-11-runtime"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime"
99

1010
labels:

ubi8-openjdk-11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-11"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11"
99

1010
labels:

ubi8-openjdk-8-runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-8-runtime"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Image for Red Hat OpenShift providing OpenJDK 1.8 runtime"
99

1010
labels:

ubi8-openjdk-8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ schema_version: 1
44

55
from: "registry.access.redhat.com/ubi8/ubi-minimal"
66
name: &name "ubi8/openjdk-8"
7-
version: &version "1.9"
7+
version: &version "1.10"
88
description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 1.8"
99

1010
labels:

0 commit comments

Comments
 (0)