diff --git a/assets/operator/okd-x86_64/openliberty/imagestreams/openliberty.json b/assets/operator/okd-x86_64/openliberty/imagestreams/openliberty.json index a17bc299b..066404e1b 100755 --- a/assets/operator/okd-x86_64/openliberty/imagestreams/openliberty.json +++ b/assets/operator/okd-x86_64/openliberty/imagestreams/openliberty.json @@ -14,11 +14,11 @@ }, "tags": [ { - "name": "26.0.0.6-java8", + "name": "26.0.0.7-java8", "annotations": { "description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.", "iconClass": "icon-openliberty", - "openshift.io/display-name": "Open Liberty 26.0.0.6 with Java 8", + "openshift.io/display-name": "Open Liberty 26.0.0.7 with Java 8", "openshift.io/provider-display-name": "IBM", "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git", "supports": "jee,java", @@ -26,7 +26,7 @@ }, "from": { "kind": "DockerImage", - "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.6-java8" + "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.7-java8" }, "generation": null, "importPolicy": {}, @@ -35,11 +35,11 @@ } }, { - "name": "26.0.0.6-java11", + "name": "26.0.0.7-java11", "annotations": { "description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.", "iconClass": "icon-openliberty", - "openshift.io/display-name": "Open Liberty 26.0.0.6 with Java 11", + "openshift.io/display-name": "Open Liberty 26.0.0.7 with Java 11", "openshift.io/provider-display-name": "IBM", "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git", "supports": "jee,java", @@ -47,7 +47,7 @@ }, "from": { "kind": "DockerImage", - "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.6-java11" + "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.7-java11" }, "generation": null, "importPolicy": {}, @@ -56,11 +56,11 @@ } }, { - "name": "26.0.0.6-java17", + "name": "26.0.0.7-java17", "annotations": { "description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.", "iconClass": "icon-openliberty", - "openshift.io/display-name": "Open Liberty 26.0.0.6 with Java 17", + "openshift.io/display-name": "Open Liberty 26.0.0.7 with Java 17", "openshift.io/provider-display-name": "IBM", "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git", "supports": "jee,java", @@ -68,7 +68,7 @@ }, "from": { "kind": "DockerImage", - "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.6-java17" + "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.7-java17" }, "generation": null, "importPolicy": {}, @@ -77,11 +77,11 @@ } }, { - "name": "26.0.0.6-java21", + "name": "26.0.0.7-java21", "annotations": { "description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.", "iconClass": "icon-openliberty", - "openshift.io/display-name": "Open Liberty 26.0.0.6 with Java 21", + "openshift.io/display-name": "Open Liberty 26.0.0.7 with Java 21", "openshift.io/provider-display-name": "IBM", "sampleRepo": "https://github.com/openshift/openshift-jee-sample.git", "supports": "jee,java", @@ -89,7 +89,7 @@ }, "from": { "kind": "DockerImage", - "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.6-java21" + "name": "icr.io/appcafe/open-liberty-s2i:26.0.0.7-java21" }, "generation": null, "importPolicy": {}, @@ -102,4 +102,4 @@ "status": { "dockerImageRepository": "" } -} +} \ No newline at end of file diff --git a/assets/operator/okd-x86_64/python/imagestreams/python-centos.json b/assets/operator/okd-x86_64/python/imagestreams/python-centos.json index 0afbc8932..4d241c546 100755 --- a/assets/operator/okd-x86_64/python/imagestreams/python-centos.json +++ b/assets/operator/okd-x86_64/python/imagestreams/python-centos.json @@ -55,6 +55,27 @@ "type": "Local" } }, + { + "name": "3.12-ubi8", + "annotations": { + "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", + "openshift.io/display-name": "Python 3.12 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/django-ex.git", + "tags": "builder,python", + "version": "3.12" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/python-312:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "3.9-ubi9", "annotations": {