diff --git a/imagestreams/imagestreams.yaml b/imagestreams/imagestreams.yaml index 9c1a5144..0dc0376b 100644 --- a/imagestreams/imagestreams.yaml +++ b/imagestreams/imagestreams.yaml @@ -13,10 +13,10 @@ latest: "3.12-ubi9" distros: - name: UBI 8 - app_versions: ["3.6", "3.9"] + app_versions: ["3.6", "3.9", "3.12"] - name: UBI 9 - app_versions: ["3.9", "3.12-minimal"] + app_versions: ["3.9", "3.12", "3.12-minimal"] - name: UBI 10 app_versions: ["3.12-minimal"] @@ -25,10 +25,10 @@ latest: "3.12-ubi8" distros: - name: UBI 8 - app_versions: ["3.6", "3.9"] + app_versions: ["3.6", "3.9", "3.12"] - name: UBI 9 - app_versions: ["3.9", "3.12-minimal"] + app_versions: ["3.9", "3.12", "3.12-minimal"] - name: UBI 10 app_versions: ["3.12-minimal"] @@ -37,10 +37,10 @@ latest: "3.12-ubi8" distros: - name: UBI 8 - app_versions: ["3.6", "3.9"] + app_versions: ["3.6", "3.9", "3.12"] - name: UBI 9 - app_versions: ["3.9", "3.12-minimal"] + app_versions: ["3.9", "3.12", "3.12-minimal"] - name: UBI 10 app_versions: ["3.12-minimal"] diff --git a/imagestreams/python-centos.json b/imagestreams/python-centos.json index 137fc78e..e580a441 100644 --- a/imagestreams/python-centos.json +++ b/imagestreams/python-centos.json @@ -47,6 +47,25 @@ "type": "Local" } }, + { + "name": "3.12-ubi8", + "annotations": { + "openshift.io/display-name": "Python 3.12 (UBI 8)", + "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.", + "iconClass": "icon-python", + "tags": "builder,python", + "version": "3.12", + "sampleRepo": "https://github.com/sclorg/django-ex.git" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/python-312:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "3.9-ubi9", "annotations": { diff --git a/imagestreams/python-rhel-aarch64.json b/imagestreams/python-rhel-aarch64.json index 111b7444..9cc8e6f7 100644 --- a/imagestreams/python-rhel-aarch64.json +++ b/imagestreams/python-rhel-aarch64.json @@ -47,6 +47,25 @@ "type": "Local" } }, + { + "name": "3.12-ubi8", + "annotations": { + "openshift.io/display-name": "Python 3.12 (UBI 8)", + "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.", + "iconClass": "icon-python", + "tags": "builder,python", + "version": "3.12", + "sampleRepo": "https://github.com/sclorg/django-ex.git" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi8/python-312:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "3.9-ubi9", "annotations": { diff --git a/imagestreams/python-rhel.json b/imagestreams/python-rhel.json index 111b7444..9cc8e6f7 100644 --- a/imagestreams/python-rhel.json +++ b/imagestreams/python-rhel.json @@ -47,6 +47,25 @@ "type": "Local" } }, + { + "name": "3.12-ubi8", + "annotations": { + "openshift.io/display-name": "Python 3.12 (UBI 8)", + "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.", + "iconClass": "icon-python", + "tags": "builder,python", + "version": "3.12", + "sampleRepo": "https://github.com/sclorg/django-ex.git" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi8/python-312:latest" + }, + "referencePolicy": { + "type": "Local" + } + }, { "name": "3.9-ubi9", "annotations": {