From 3e5e8123480d0b89520eba7338d77c35b6856c70 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Royo Date: Fri, 14 Aug 2026 14:45:22 -0500 Subject: [PATCH] Fix latest tag referencing non-existent 3.12-ubi8 The `latest` ImageStreamTag in python-rhel.json and python-rhel-aarch64.json references `3.12-ubi8`, which no longer exists in the imagestream definition. Update it to point to `3.12-ubi9` which is the current highest non-minimal Python 3.12 tag available. Also update the description from "UBI 8" to "UBI 9" to match, and fix the corresponding entries in imagestreams.yaml. Co-authored-by: Cursor --- imagestreams/imagestreams.yaml | 4 ++-- imagestreams/python-rhel-aarch64.json | 4 ++-- imagestreams/python-rhel.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/imagestreams/imagestreams.yaml b/imagestreams/imagestreams.yaml index 9c1a5144..a7fd8469 100644 --- a/imagestreams/imagestreams.yaml +++ b/imagestreams/imagestreams.yaml @@ -22,7 +22,7 @@ app_versions: ["3.12-minimal"] - filename: python-rhel.json - latest: "3.12-ubi8" + latest: "3.12-ubi9" distros: - name: UBI 8 app_versions: ["3.6", "3.9"] @@ -34,7 +34,7 @@ app_versions: ["3.12-minimal"] - filename: python-rhel-aarch64.json - latest: "3.12-ubi8" + latest: "3.12-ubi9" distros: - name: UBI 8 app_versions: ["3.6", "3.9"] diff --git a/imagestreams/python-rhel-aarch64.json b/imagestreams/python-rhel-aarch64.json index 111b7444..83795dd8 100644 --- a/imagestreams/python-rhel-aarch64.json +++ b/imagestreams/python-rhel-aarch64.json @@ -128,7 +128,7 @@ "annotations": { "openshift.io/display-name": "Python 3.12 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Build and run Python 3.12 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", + "description": "Build and run Python 3.12 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", "iconClass": "icon-python", "tags": "builder,python", "version": "3.12", @@ -136,7 +136,7 @@ }, "from": { "kind": "ImageStreamTag", - "name": "3.12-ubi8" + "name": "3.12-ubi9" }, "referencePolicy": { "type": "Local" diff --git a/imagestreams/python-rhel.json b/imagestreams/python-rhel.json index 111b7444..83795dd8 100644 --- a/imagestreams/python-rhel.json +++ b/imagestreams/python-rhel.json @@ -128,7 +128,7 @@ "annotations": { "openshift.io/display-name": "Python 3.12 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Build and run Python 3.12 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", + "description": "Build and run Python 3.12 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", "iconClass": "icon-python", "tags": "builder,python", "version": "3.12", @@ -136,7 +136,7 @@ }, "from": { "kind": "ImageStreamTag", - "name": "3.12-ubi8" + "name": "3.12-ubi9" }, "referencePolicy": { "type": "Local"