Skip to content

Commit

Permalink
Merge pull request #414 from sclorg/add_imagestream_20
Browse files Browse the repository at this point in the history
Update NodeJS Imagestreams with new version 20.
  • Loading branch information
phracek authored Dec 5, 2023
2 parents afdbf59 + ba2604c commit afb7f90
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 102 deletions.
118 changes: 78 additions & 40 deletions imagestreams/nodejs-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,53 @@
"annotations": {
"openshift.io/display-name": "Node.js (Latest)",
"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/18/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 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.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"supports":"nodejs",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "18-ubi8"
"name": "20-ubi9"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9",
"annotations": {
"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 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/ubi9/nodejs-20:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "20-ubi9-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 20 (UBI 9 Minimal)",
"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.",
"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"
},
"referencePolicy": {
"type": "Local"
Expand Down Expand Up @@ -67,152 +105,152 @@
}
},
{
"name": "18-ubi8",
"name": "20-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 18 (UBI 8)",
"openshift.io/display-name": "Node.js 20 (UBI 8)",
"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 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": "18",
"version": "20",
"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/ubi8/nodejs-20:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "18-ubi8-minimal",
"name": "20-ubi8-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 18 (UBI 8 Minimal)",
"openshift.io/display-name": "Node.js 20 (UBI 8 Minimal)",
"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 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.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "18",
"version": "20",
"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/ubi8/nodejs-20-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "16-ubi9",
"name": "18-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 16 (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 16 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/16/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": "16",
"version": "18",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nodejs-16:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-18:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "16-ubi9-minimal",
"name": "18-ubi8-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 16 (UBI 9 Minimal)",
"openshift.io/display-name": "Node.js 18 (UBI 8 Minimal)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 16 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/16-minimal/README.md.",
"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.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "16",
"version": "18",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nodejs-16-minimal:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-18-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "16-ubi8",
"name": "16-ubi9",
"annotations": {
"openshift.io/display-name": "Node.js 16 (UBI 8)",
"openshift.io/display-name": "Node.js 16 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 16 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/16/README.md.",
"description": "Build and run Node.js 16 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/16/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "16",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-16:latest"
"name": "registry.access.redhat.com/ubi9/nodejs-16:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "16-ubi8-minimal",
"name": "16-ubi9-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 16 (UBI 8 Minimal)",
"openshift.io/display-name": "Node.js 16 (UBI 9 Minimal)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 16 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/16-minimal/README.md.",
"description": "Build and run Node.js 16 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/16-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "16",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-16-minimal:latest"
"name": "registry.access.redhat.com/ubi9/nodejs-16-minimal:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "14-ubi8",
"name": "16-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 14 (UBI 8)",
"openshift.io/display-name": "Node.js 16 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 14 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/14/README.md.",
"description": "Build and run Node.js 16 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/16/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "14",
"version": "16",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-14:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-16:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "14-ubi8-minimal",
"name": "16-ubi8-minimal",
"annotations": {
"openshift.io/display-name": "Node.js 14 (UBI 8 Minimal)",
"openshift.io/display-name": "Node.js 16 (UBI 8 Minimal)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 14 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/14-minimal/README.md.",
"description": "Build and run Node.js 16 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/16-minimal/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "14",
"version": "16",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi8/nodejs-14-minimal:latest"
"name": "registry.access.redhat.com/ubi8/nodejs-16-minimal:latest"
},
"referencePolicy": {
"type": "Local"
Expand Down
Loading

0 comments on commit afb7f90

Please sign in to comment.