From 20e1fd045a3d5483691de473545402eca99d314b Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Tue, 15 Oct 2024 11:25:42 +0100 Subject: [PATCH] [OPENJDK-3351] Pin base image on :9.4 tag https://issues.redhat.com/browse/OPENJDK-3351 Signed-off-by: Jonathan Dowland --- ubi9-openjdk-11-runtime.yaml | 2 +- ubi9-openjdk-11.yaml | 2 +- ubi9-openjdk-17-runtime.yaml | 2 +- ubi9-openjdk-17.yaml | 2 +- ubi9-openjdk-21-runtime.yaml | 2 +- ubi9-openjdk-21.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ubi9-openjdk-11-runtime.yaml b/ubi9-openjdk-11-runtime.yaml index 9ad28754..4a733b59 100644 --- a/ubi9-openjdk-11-runtime.yaml +++ b/ubi9-openjdk-11-runtime.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-11-runtime" version: &version "1.20" description: "Image for Red Hat OpenShift providing OpenJDK 11 runtime" diff --git a/ubi9-openjdk-11.yaml b/ubi9-openjdk-11.yaml index eea51c43..4f5d3a57 100644 --- a/ubi9-openjdk-11.yaml +++ b/ubi9-openjdk-11.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-11" version: &version "1.20" description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 11" diff --git a/ubi9-openjdk-17-runtime.yaml b/ubi9-openjdk-17-runtime.yaml index 8a95f980..326772f3 100644 --- a/ubi9-openjdk-17-runtime.yaml +++ b/ubi9-openjdk-17-runtime.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-17-runtime" version: &version "1.20" description: "Image for Red Hat OpenShift providing OpenJDK 17 runtime" diff --git a/ubi9-openjdk-17.yaml b/ubi9-openjdk-17.yaml index 435857f9..385b7768 100644 --- a/ubi9-openjdk-17.yaml +++ b/ubi9-openjdk-17.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-17" version: &version "1.20" description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 17" diff --git a/ubi9-openjdk-21-runtime.yaml b/ubi9-openjdk-21-runtime.yaml index da0cbbc0..df54100a 100644 --- a/ubi9-openjdk-21-runtime.yaml +++ b/ubi9-openjdk-21-runtime.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-21-runtime" version: &version "1.20" description: "Image for Red Hat OpenShift providing OpenJDK 21 runtime" diff --git a/ubi9-openjdk-21.yaml b/ubi9-openjdk-21.yaml index 2986bacd..bc80fa0d 100644 --- a/ubi9-openjdk-21.yaml +++ b/ubi9-openjdk-21.yaml @@ -2,7 +2,7 @@ schema_version: 1 -from: "registry.access.redhat.com/ubi9/ubi-minimal" +from: "registry.access.redhat.com/ubi9/ubi-minimal:9.4" name: &name "ubi9/openjdk-21" version: &version "1.20" description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 21"