Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{
"name": "latest",
"annotations": {
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/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 serve static content via Apache HTTP Server (httpd) 2.4 on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/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-httpd",
"openshift.io/display-name": "Apache HTTP Server 2.4 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
Expand All @@ -110,7 +110,7 @@
},
"from": {
"kind": "ImageStreamTag",
"name": "2.4-ubi9"
"name": "2.4-ubi10"
},
"generation": null,
"importPolicy": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
{
"name": "MARIADB_VERSION",
"displayName": "Version of MariaDB Image",
"description": "Version of MariaDB image to be used (10.3-el7, 10.3-el8, or latest).",
"value": "10.3-el8",
"description": "Version of MariaDB image to be used (10.3-el8, 10.5-el8, 10.5-el9, 10.11-el8, 10.11-el9, 10.11-el10, or latest).",
"value": "10.11-el10",
"required": true
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
{
"name": "MARIADB_VERSION",
"displayName": "Version of MariaDB Image",
"description": "Version of MariaDB image to be used (10.3-el7, 10.3-el8, or latest).",
"value": "10.3-el8",
"description": "Version of MariaDB image to be used (10.3-el8, 10.5-el8, 10.5-el9, 10.11-el8, 10.11-el9, 10.11-el10, or latest).",
"value": "10.11-el10",
"required": true
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"name": "MYSQL_VERSION",
"displayName": "Version of MySQL Image",
"description": "Version of MySQL image to be used (8.0-el8, 8.0-el9, 8.4-el9, 8.4-el10, or latest).",
"value": "8.4-el9",
"value": "8.4-el10",
"required": true
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"name": "MYSQL_VERSION",
"displayName": "Version of MySQL Image",
"description": "Version of MySQL image to be used (8.0-el8, 8.0-el9, 8.4-el9, 8.4-el10, or latest).",
"value": "8.4-el9",
"value": "8.4-el10",
"required": true
}
],
Expand Down
63 changes: 63 additions & 0 deletions assets/operator/okd-x86_64/nodejs/imagestreams/nodejs-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,48 @@
"type": "Local"
}
},
{
"name": "22-ubi8",
"annotations": {
"description": "Build and run Node.js 22 applications on UBI 8. 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 8)",
"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.access.redhat.com/ubi8/nodejs-22:latest"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "22-minimal-ubi8",
"annotations": {
"description": "Build and run Node.js 22-minimal applications on UBI 8. 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 8)",
"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.access.redhat.com/ubi8/nodejs-22-minimal:latest"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9",
"annotations": {
Expand Down Expand Up @@ -202,6 +244,27 @@
"type": "Local"
}
},
{
"name": "22-ubi8-minimal",
"annotations": {
"description": "Build and run Node.js 22-minimal applications on UBI 8. 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 8)",
"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.access.redhat.com/ubi8/nodejs-22-minimal:latest"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9-minimal",
"annotations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
},
"tags": [
{
"name": "25.0.0.3-java8",
"name": "25.0.0.9-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 25.0.0.3 with Java 8",
"openshift.io/display-name": "Open Liberty 25.0.0.9 with Java 8",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:25.0.0.3-java8"
"name": "icr.io/appcafe/open-liberty-s2i:25.0.0.9-java8"
},
"generation": null,
"importPolicy": {},
Expand All @@ -35,19 +35,19 @@
}
},
{
"name": "25.0.0.3-java11",
"name": "25.0.0.9-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 25.0.0.3 with Java 11",
"openshift.io/display-name": "Open Liberty 25.0.0.9 with Java 11",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:25.0.0.3-java11"
"name": "icr.io/appcafe/open-liberty-s2i:25.0.0.9-java11"
},
"generation": null,
"importPolicy": {},
Expand All @@ -56,19 +56,19 @@
}
},
{
"name": "25.0.0.3-java17",
"name": "25.0.0.9-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 25.0.0.3 with Java 17",
"openshift.io/display-name": "Open Liberty 25.0.0.9 with Java 17",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:25.0.0.3-java17"
"name": "icr.io/appcafe/open-liberty-s2i:25.0.0.9-java17"
},
"generation": null,
"importPolicy": {},
Expand All @@ -77,19 +77,19 @@
}
},
{
"name": "25.0.0.3-java21",
"name": "25.0.0.9-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 25.0.0.3 with Java 21",
"openshift.io/display-name": "Open Liberty 25.0.0.9 with Java 21",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:25.0.0.3-java21"
"name": "icr.io/appcafe/open-liberty-s2i:25.0.0.9-java21"
},
"generation": null,
"importPolicy": {},
Expand Down