Skip to content

Commit

Permalink
add is files created by generator
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed May 21, 2024
1 parent 9ff0625 commit 86c80b7
Show file tree
Hide file tree
Showing 3 changed files with 327 additions and 137 deletions.
162 changes: 119 additions & 43 deletions imagestreams/nodejs-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,57 +10,95 @@
"spec": {
"tags": [
{
"name": "latest",
"name": "14-ubi7",
"annotations": {
"openshift.io/display-name": "Node.js (Latest)",
"openshift.io/display-name": "Node.js 14 (UBI 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js applications on UBI. 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 of Node.js available on OpenShift, including major version updates.",
"description": "Build and run Node.js 14 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/14/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"supports":"nodejs",
"version": "14",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "20-ubi9"
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi7/nodejs-14:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9",
"name": "18-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 20 (UBI 9)",
"openshift.io/display-name": "Node.js 18 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"description": "Build and run Node.js 18 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/18/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20",
"version": "18",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nodejs-20:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-18:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9-minimal",
"name": "18-minimal-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 18-minimal (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 18-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/18-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-18-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 20 (UBI 9 Minimal)",
"openshift.io/display-name": "Node.js 20 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 20 applications on UBI 9 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20-minimal/README.md.",
"description": "Build and run Node.js 20 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/20/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nodejs-20-minimal:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-20:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-minimal-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 20-minimal (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 20-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/20-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-20-minimal:latest"
},
"referencePolicy": {
"type": "Local"
Expand All @@ -86,14 +124,14 @@
}
},
{
"name": "18-ubi9-minimal",
"name": "18-minimal-ubi9",
"annotations": {
"openshift.io/display-name": "Node.js 18 (UBI 9 Minimal)",
"openshift.io/display-name": "Node.js 18-minimal (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 18 applications on UBI 9 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/18-minimal/README.md.",
"description": "Build and run Node.js 18-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/18-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18",
"version": "18-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
Expand All @@ -105,19 +143,57 @@
}
},
{
"name": "20-ubi8",
"name": "20-ubi9",
"annotations": {
"openshift.io/display-name": "Node.js 20 (UBI 8)",
"openshift.io/display-name": "Node.js 20 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 20 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/20/README.md.",
"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.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-20:latest"
"name": "registry.access.redhat.com/ubi9/nodejs-20:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-minimal-ubi9",
"annotations": {
"openshift.io/display-name": "Node.js 20-minimal (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 20-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/20-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nodejs-20-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "18-ubi8-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 18-minimal (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 18-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/18-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-18-minimal:latest"
},
"referencePolicy": {
"type": "Local"
Expand All @@ -126,12 +202,12 @@
{
"name": "20-ubi8-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 20 (UBI 8 Minimal)",
"openshift.io/display-name": "Node.js 20-minimal (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 20 applications on UBI 8 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/20-minimal/README.md.",
"description": "Build and run Node.js 20-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/20-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "20",
"version": "20-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
Expand All @@ -143,57 +219,57 @@
}
},
{
"name": "18-ubi8",
"name": "18-ubi9-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 18 (UBI 8)",
"openshift.io/display-name": "Node.js 18-minimal (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 18 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/18/README.md.",
"description": "Build and run Node.js 18-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/18-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18",
"version": "18-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-18:latest"
"name": "registry.access.redhat.com/ubi9/nodejs-18-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "18-ubi8-minimal",
"name": "20-ubi9-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 18 (UBI 8 Minimal)",
"openshift.io/display-name": "Node.js 20-minimal (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 18 applications on UBI 8 Minimal. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/18-minimal/README.md.",
"description": "Build and run Node.js 20-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/20-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18",
"version": "20-minimal",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-18-minimal:latest"
"name": "registry.access.redhat.com/ubi9/nodejs-20-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "14-ubi7",
"name": "latest",
"annotations": {
"openshift.io/display-name": "Node.js 14 (UBI 7)",
"openshift.io/display-name": "Node.js 20 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 14 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container/blob/master/14/README.md.",
"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",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs,hidden",
"version": "14",
"tags": "builder,nodejs",
"version": "20",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi7/nodejs-14:latest"
"kind": "ImageStreamTag",
"name": "20-ubi9"
},
"referencePolicy": {
"type": "Local"
Expand Down
Loading

0 comments on commit 86c80b7

Please sign in to comment.