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"