Skip to content

Commit

Permalink
Add aarch64 imagestreams
Browse files Browse the repository at this point in the history
  • Loading branch information
yselkowitz authored and hhorak committed Sep 30, 2020
1 parent 8a22f3a commit 19a850a
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions imagestreams/nodejs-rhel-aarch64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "nodejs",
"annotations": {
"openshift.io/display-name": "Node.js"
}
},
"spec": {
"tags": [
{
"name": "latest",
"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/12/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": "12-ubi8"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "12-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 12 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 12 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/12/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "12",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi8/nodejs-12:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "10-ubi8",
"annotations": {
"openshift.io/display-name": "Node.js 10 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and run Node.js 10 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/10/README.md.",
"iconClass": "icon-nodejs",
"tags": "builder,nodejs",
"version": "10",
"sampleRepo": "https://github.com/sclorg/nodejs-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi8/nodejs-10:latest"
},
"referencePolicy": {
"type": "Local"
}
}
]
}
}

0 comments on commit 19a850a

Please sign in to comment.