From 7aea63e13c046b616d892f9428509a601a42663e Mon Sep 17 00:00:00 2001 From: metlos <19999+metlos@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:54:01 +0000 Subject: [PATCH] Automated periodic sync of the supported OCP samples from the openshift library. --- .../imagestreams/dotnet-rhel-aarch64.json | 114 +++++++++++++----- .../dotnet-runtime-rhel-aarch64.json | 100 ++++++++++----- .../imagestreams/nodejs-rhel-aarch64.json | 71 ++++++++++- .../imagestreams/dotnet-rhel-ppc64le.json | 80 +++++++++--- .../dotnet-runtime-rhel-ppc64le.json | 70 +++++++++-- .../nodejs/imagestreams/nodejs-rhel.json | 71 ++++++++++- .../imagestreams/dotnet-rhel-s390x.json | 114 +++++++++++++----- .../dotnet-runtime-rhel-s390x.json | 100 ++++++++++----- .../nodejs/imagestreams/nodejs-rhel.json | 71 ++++++++++- .../dotnet/imagestreams/dotnet-rhel.json | 114 +++++++++++++----- .../imagestreams/dotnet-runtime-rhel.json | 100 ++++++++++----- .../nodejs/imagestreams/nodejs-rhel.json | 71 ++++++++++- 12 files changed, 858 insertions(+), 218 deletions(-) diff --git a/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-rhel-aarch64.json b/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-rhel-aarch64.json index db79c81fd..dcf149c72 100755 --- a/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-rhel-aarch64.json +++ b/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-rhel-aarch64.json @@ -5,8 +5,7 @@ "name": "dotnet", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET" } }, "spec": { @@ -17,18 +16,67 @@ { "name": "latest", "annotations": { - "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", + "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-8.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", "supports": "dotnet", - "tags": "builder,.net,dotnet,dotnetcore,hidden" + "tags": "builder,dotnet,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" }, "generation": null, "importPolicy": {}, @@ -39,14 +87,15 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet", "version": "8.0" }, "from": { @@ -62,14 +111,15 @@ { "name": "8.0", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-8.0", + "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet,hidden", "version": "8.0" }, "from": { @@ -83,21 +133,22 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, @@ -106,21 +157,22 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60,hidden", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-runtime-rhel-aarch64.json b/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-runtime-rhel-aarch64.json index 953ca48a6..e4ffbdcbd 100755 --- a/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-runtime-rhel-aarch64.json +++ b/assets/operator/ocp-aarch64/dotnet/imagestreams/dotnet-runtime-rhel-aarch64.json @@ -5,8 +5,7 @@ "name": "dotnet-runtime", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET Core Runtime", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET Runtime" } }, "spec": { @@ -17,15 +16,58 @@ { "name": "latest", "annotations": { - "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", + "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET Runtime (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden" + "tags": "dotnet-runtime,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" }, "generation": null, "importPolicy": {}, @@ -36,11 +78,12 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime", "version": "8.0" }, "from": { @@ -56,11 +99,12 @@ { "name": "8.0", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime,hidden", "version": "8.0" }, "from": { @@ -74,18 +118,19 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, @@ -94,18 +139,19 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-aarch64/nodejs/imagestreams/nodejs-rhel-aarch64.json b/assets/operator/ocp-aarch64/nodejs/imagestreams/nodejs-rhel-aarch64.json index cc757a877..fdb1a996b 100755 --- a/assets/operator/ocp-aarch64/nodejs/imagestreams/nodejs-rhel-aarch64.json +++ b/assets/operator/ocp-aarch64/nodejs/imagestreams/nodejs-rhel-aarch64.json @@ -181,6 +181,48 @@ "type": "Local" } }, + { + "name": "22-ubi9", + "annotations": { + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22 (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "22-minimal-ubi9", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "18-ubi8-minimal", "annotations": { @@ -265,20 +307,41 @@ "type": "Local" } }, + { + "name": "22-ubi9-minimal", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "description": "Build and run Node.js 20 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/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 Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/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-nodejs", - "openshift.io/display-name": "Node.js 20 (Latest)", + "openshift.io/display-name": "Node.js 22 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", "tags": "builder,nodejs", - "version": "20" + "version": "22" }, "from": { "kind": "ImageStreamTag", - "name": "20-ubi9" + "name": "22-ubi9" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-rhel-ppc64le.json b/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-rhel-ppc64le.json index a0634a990..75885147f 100755 --- a/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-rhel-ppc64le.json +++ b/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-rhel-ppc64le.json @@ -5,8 +5,7 @@ "name": "dotnet", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET" } }, "spec": { @@ -17,18 +16,19 @@ { "name": "latest", "annotations": { - "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", + "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-8.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", "supports": "dotnet", - "tags": "builder,.net,dotnet,dotnetcore,hidden" + "tags": "builder,dotnet,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" }, "generation": null, "importPolicy": {}, @@ -39,14 +39,15 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet", "version": "8.0" }, "from": { @@ -62,14 +63,15 @@ { "name": "8.0", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-8.0", + "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet,hidden", "version": "8.0" }, "from": { @@ -81,6 +83,54 @@ "referencePolicy": { "type": "Local" } + }, + { + "name": "9.0-ubi8", + "annotations": { + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-9.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet", + "version": "9.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "9.0", + "annotations": { + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-9.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet,hidden", + "version": "9.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } } ] }, diff --git a/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-runtime-rhel-ppc64le.json b/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-runtime-rhel-ppc64le.json index 1a7b1fdb7..b52856ff6 100755 --- a/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-runtime-rhel-ppc64le.json +++ b/assets/operator/ocp-ppc64le/dotnet/imagestreams/dotnet-runtime-rhel-ppc64le.json @@ -5,8 +5,7 @@ "name": "dotnet-runtime", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET Core Runtime", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET Runtime" } }, "spec": { @@ -17,15 +16,16 @@ { "name": "latest", "annotations": { - "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", + "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET Runtime (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden" + "tags": "dotnet-runtime,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" }, "generation": null, "importPolicy": {}, @@ -36,11 +36,12 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime", "version": "8.0" }, "from": { @@ -56,11 +57,12 @@ { "name": "8.0", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime,hidden", "version": "8.0" }, "from": { @@ -72,6 +74,48 @@ "referencePolicy": { "type": "Local" } + }, + { + "name": "9.0-ubi8", + "annotations": { + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime", + "version": "9.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "9.0", + "annotations": { + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime,hidden", + "version": "9.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } } ] }, diff --git a/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel.json b/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel.json index cc757a877..fdb1a996b 100755 --- a/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel.json +++ b/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel.json @@ -181,6 +181,48 @@ "type": "Local" } }, + { + "name": "22-ubi9", + "annotations": { + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22 (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "22-minimal-ubi9", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "18-ubi8-minimal", "annotations": { @@ -265,20 +307,41 @@ "type": "Local" } }, + { + "name": "22-ubi9-minimal", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "description": "Build and run Node.js 20 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/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 Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/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-nodejs", - "openshift.io/display-name": "Node.js 20 (Latest)", + "openshift.io/display-name": "Node.js 22 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", "tags": "builder,nodejs", - "version": "20" + "version": "22" }, "from": { "kind": "ImageStreamTag", - "name": "20-ubi9" + "name": "22-ubi9" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-rhel-s390x.json b/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-rhel-s390x.json index db79c81fd..dcf149c72 100755 --- a/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-rhel-s390x.json +++ b/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-rhel-s390x.json @@ -5,8 +5,7 @@ "name": "dotnet", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET" } }, "spec": { @@ -17,18 +16,67 @@ { "name": "latest", "annotations": { - "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", + "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-8.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", "supports": "dotnet", - "tags": "builder,.net,dotnet,dotnetcore,hidden" + "tags": "builder,dotnet,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" }, "generation": null, "importPolicy": {}, @@ -39,14 +87,15 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet", "version": "8.0" }, "from": { @@ -62,14 +111,15 @@ { "name": "8.0", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-8.0", + "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet,hidden", "version": "8.0" }, "from": { @@ -83,21 +133,22 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, @@ -106,21 +157,22 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60,hidden", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-runtime-rhel-s390x.json b/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-runtime-rhel-s390x.json index 953ca48a6..e4ffbdcbd 100755 --- a/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-runtime-rhel-s390x.json +++ b/assets/operator/ocp-s390x/dotnet/imagestreams/dotnet-runtime-rhel-s390x.json @@ -5,8 +5,7 @@ "name": "dotnet-runtime", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET Core Runtime", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET Runtime" } }, "spec": { @@ -17,15 +16,58 @@ { "name": "latest", "annotations": { - "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", + "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET Runtime (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden" + "tags": "dotnet-runtime,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" }, "generation": null, "importPolicy": {}, @@ -36,11 +78,12 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime", "version": "8.0" }, "from": { @@ -56,11 +99,12 @@ { "name": "8.0", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime,hidden", "version": "8.0" }, "from": { @@ -74,18 +118,19 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, @@ -94,18 +139,19 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel.json b/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel.json index cc757a877..fdb1a996b 100755 --- a/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel.json +++ b/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel.json @@ -181,6 +181,48 @@ "type": "Local" } }, + { + "name": "22-ubi9", + "annotations": { + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22 (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "22-minimal-ubi9", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "18-ubi8-minimal", "annotations": { @@ -265,20 +307,41 @@ "type": "Local" } }, + { + "name": "22-ubi9-minimal", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "description": "Build and run Node.js 20 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/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 Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/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-nodejs", - "openshift.io/display-name": "Node.js 20 (Latest)", + "openshift.io/display-name": "Node.js 22 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", "tags": "builder,nodejs", - "version": "20" + "version": "22" }, "from": { "kind": "ImageStreamTag", - "name": "20-ubi9" + "name": "22-ubi9" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel.json b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel.json index db79c81fd..dcf149c72 100755 --- a/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel.json +++ b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel.json @@ -5,8 +5,7 @@ "name": "dotnet", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET" } }, "spec": { @@ -17,18 +16,67 @@ { "name": "latest", "annotations": { - "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major versions updates.", + "description": "Build and run .NET applications. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-8.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", "supports": "dotnet", - "tags": "builder,.net,dotnet,dotnetcore,hidden" + "tags": "builder,dotnet,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Build and run .NET 6.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleContextDir": "app", + "sampleRef": "dotnet-6.0", + "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", + "supports": "dotnet,dotnet:6.0", + "tags": "builder,dotnet,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" }, "generation": null, "importPolicy": {}, @@ -39,14 +87,15 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet", "version": "8.0" }, "from": { @@ -62,14 +111,15 @@ { "name": "8.0", "annotations": { - "description": "Build and run .NET 8 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", + "description": "Build and run .NET 8.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 (UBI 8)", + "openshift.io/display-name": ".NET 8.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-8.0", + "sampleRef": "dotnet-8.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:8.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet80,hidden", + "supports": "dotnet,dotnet:8.0", + "tags": "builder,dotnet,hidden", "version": "8.0" }, "from": { @@ -83,21 +133,22 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnet-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, @@ -106,21 +157,22 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Build and run .NET 6 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/build/README.md.", + "description": "Build and run .NET 9.0 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/build/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 (UBI 8)", + "openshift.io/display-name": ".NET 9.0 (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleContextDir": "app", - "sampleRef": "dotnetcore-6.0", + "sampleRef": "dotnet-9.0", "sampleRepo": "https://github.com/redhat-developer/s2i-dotnetcore-ex", - "supports": "dotnet:6.0,dotnet", - "tags": "builder,.net,dotnet,dotnetcore,dotnet60,hidden", - "version": "6.0" + "supports": "dotnet,dotnet:9.0", + "tags": "builder,dotnet,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel.json b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel.json index 953ca48a6..e4ffbdcbd 100755 --- a/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel.json +++ b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel.json @@ -5,8 +5,7 @@ "name": "dotnet-runtime", "creationTimestamp": null, "annotations": { - "openshift.io/display-name": ".NET Core Runtime", - "openshift.io/provider-display-name": "Red Hat" + "openshift.io/display-name": ".NET Runtime" } }, "spec": { @@ -17,15 +16,58 @@ { "name": "latest", "annotations": { - "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates.", + "description": "Run .NET applications. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of .NET available on OpenShift, including major version updates.", "iconClass": "icon-dotnet", "openshift.io/display-name": ".NET Runtime (Latest)", + "openshift.io/provider-display-name": "Red Hat, Inc.", "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden" + "tags": "dotnet-runtime,hidden" }, "from": { "kind": "ImageStreamTag", - "name": "8.0-ubi8" + "name": "9.0-ubi8" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0-ubi8", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "6.0", + "annotations": { + "description": "Run .NET 6.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "iconClass": "icon-dotnet", + "openshift.io/display-name": ".NET 6.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:6.0", + "tags": "dotnet-runtime,hidden", + "version": "6.0" + }, + "from": { + "kind": "DockerImage", + "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" }, "generation": null, "importPolicy": {}, @@ -36,11 +78,12 @@ { "name": "8.0-ubi8", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime", "version": "8.0" }, "from": { @@ -56,11 +99,12 @@ { "name": "8.0", "annotations": { - "description": "Run .NET 8 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", + "description": "Run .NET 8.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/8.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 8 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", + "openshift.io/display-name": ".NET 8.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:8.0", + "tags": "dotnet-runtime,hidden", "version": "8.0" }, "from": { @@ -74,18 +118,19 @@ } }, { - "name": "6.0-ubi8", + "name": "9.0-ubi8", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, @@ -94,18 +139,19 @@ } }, { - "name": "6.0", + "name": "9.0", "annotations": { - "description": "Run .NET 6 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/6.0/runtime/README.md.", + "description": "Run .NET 9.0 applications on UBI 8. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/main/9.0/runtime/README.md.", "iconClass": "icon-dotnet", - "openshift.io/display-name": ".NET 6 Runtime (UBI 8)", - "supports": "dotnet-runtime", - "tags": "runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime,hidden", - "version": "6.0" + "openshift.io/display-name": ".NET 9.0 Runtime (UBI 8)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "supports": "dotnet-runtime,dotnet-runtime:9.0", + "tags": "dotnet-runtime,hidden", + "version": "9.0" }, "from": { "kind": "DockerImage", - "name": "registry.access.redhat.com/ubi8/dotnet-60-runtime:6.0" + "name": "registry.access.redhat.com/ubi8/dotnet-90-runtime:9.0" }, "generation": null, "importPolicy": {}, diff --git a/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel.json b/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel.json index cc757a877..fdb1a996b 100755 --- a/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel.json +++ b/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel.json @@ -181,6 +181,48 @@ "type": "Local" } }, + { + "name": "22-ubi9", + "annotations": { + "description": "Build and run Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22 (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, + { + "name": "22-minimal-ubi9", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "18-ubi8-minimal", "annotations": { @@ -265,20 +307,41 @@ "type": "Local" } }, + { + "name": "22-ubi9-minimal", + "annotations": { + "description": "Build and run Node.js 22-minimal applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22-minimal/README.md.", + "iconClass": "icon-nodejs", + "openshift.io/display-name": "Node.js 22-minimal (UBI 9)", + "openshift.io/provider-display-name": "Red Hat, Inc.", + "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", + "tags": "builder,nodejs", + "version": "22-minimal" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/ubi9/nodejs-22-minimal:latest" + }, + "generation": null, + "importPolicy": {}, + "referencePolicy": { + "type": "Local" + } + }, { "name": "latest", "annotations": { - "description": "Build and run Node.js 20 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20/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 Node.js 22 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/22/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-nodejs", - "openshift.io/display-name": "Node.js 20 (Latest)", + "openshift.io/display-name": "Node.js 22 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", "sampleRepo": "https://github.com/sclorg/nodejs-ex.git", "tags": "builder,nodejs", - "version": "20" + "version": "22" }, "from": { "kind": "ImageStreamTag", - "name": "20-ubi9" + "name": "22-ubi9" }, "generation": null, "importPolicy": {},