Skip to content

Commit

Permalink
add ppc64le imagestream for nginx 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and hhorak committed Sep 25, 2018
1 parent 09bdd21 commit a89432f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions imagestreams/nginx-rhel7-ppc64le.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"apiVersion": "v1",
"kind": "ImageStream",
"metadata": {
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy (nginx)"
},
"name": "nginx"
},
"spec": {
"tags": [
{
"annotations": {
"description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.",
"iconClass": "icon-nginx",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.12",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git",
"supports": "nginx",
"tags": "builder,nginx,ppc64le",
"version": "1.12"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/nginx-112-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
},
"name": "1.12"
},
{
"annotations": {
"description": "Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.12/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Nginx available on OpenShift, including major versions updates.",
"iconClass": "icon-nginx",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git",
"supports": "nginx",
"tags": "builder,nginx,ppc64le"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.12"
},
"referencePolicy": {
"type": "Local"
},
"name": "latest"
}
]
}
}

0 comments on commit a89432f

Please sign in to comment.