Skip to content

Commit

Permalink
Merge pull request #317 from multi-arch/master
Browse files Browse the repository at this point in the history
Bug 1872080: Sync RHEL/CentOS/UBI 8 imagestreams changes
  • Loading branch information
openshift-merge-robot authored Aug 29, 2020
2 parents 4847518 + b9a5e1b commit 1327650
Show file tree
Hide file tree
Showing 172 changed files with 8,859 additions and 9,451 deletions.
84 changes: 84 additions & 0 deletions assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "golang",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": "Go"
}
},
"spec": {
"lookupPolicy": {
"local": false
},
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and run Go applications on UBI. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Go available on OpenShift, including major version updates.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.13.4-ubi8"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.13.4-ubi8",
"annotations": {
"description": "Build and run Go applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/README.md.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go 1.13.4 (UBI 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi8/go-toolset:1.13.4"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.13.4-ubi7",
"annotations": {
"description": "Build and run Go applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/README.md.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go 1.13.4 (UBI 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi7/go-toolset:1.13.4"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
}
]
},
"status": {
"dockerImageRepository": ""
}
}
63 changes: 0 additions & 63 deletions assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel7.json

This file was deleted.

108 changes: 108 additions & 0 deletions assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "httpd",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": "Apache HTTP Server (httpd)"
}
},
"spec": {
"lookupPolicy": {
"local": false
},
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and serve static content via Apache HTTP Server (httpd) on RHEL. 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 of Httpd available on OpenShift, including major version updates.",
"iconClass": "icon-apache",
"openshift.io/display-name": "Apache HTTP Server (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/httpd-ex.git",
"supports": "httpd",
"tags": "builder,httpd"
},
"from": {
"kind": "ImageStreamTag",
"name": "2.4-el8"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "2.4-el8",
"annotations": {
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.",
"iconClass": "icon-apache",
"openshift.io/display-name": "Apache HTTP Server 2.4 (RHEL 8)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/httpd-ex.git",
"supports": "httpd",
"tags": "builder,httpd",
"version": "2.4"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhel8/httpd-24"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "2.4-el7",
"annotations": {
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.",
"iconClass": "icon-apache",
"openshift.io/display-name": "Apache HTTP Server 2.4 (RHEL 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/httpd-ex.git",
"supports": "httpd",
"tags": "builder,httpd",
"version": "2.4"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/httpd-24-rhel7"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "2.4",
"annotations": {
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.",
"iconClass": "icon-apache",
"openshift.io/display-name": "Apache HTTP Server 2.4",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/httpd-ex.git",
"supports": "httpd",
"tags": "builder,httpd,hidden",
"version": "2.4"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/httpd-24-rhel7"
},
"generation": null,
"importPolicy": {},
"referencePolicy": {
"type": "Local"
}
}
]
},
"status": {
"dockerImageRepository": ""
}
}
64 changes: 0 additions & 64 deletions assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel7.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"name": "latest",
"annotations": {
"description": "Provides a Jenkins server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates.",
"description": "Provides a Jenkins server on RHEL. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates.",
"iconClass": "icon-jenkins",
"openshift.io/display-name": "Jenkins (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
Expand All @@ -35,7 +35,7 @@
{
"name": "2",
"annotations": {
"description": "Provides a Jenkins v2.x server on CentOS 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
"description": "Provides a Jenkins 2.X server on RHEL. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md.",
"iconClass": "icon-jenkins",
"openshift.io/display-name": "Jenkins 2.X",
"openshift.io/provider-display-name": "Red Hat, Inc.",
Expand All @@ -44,7 +44,7 @@
},
"from": {
"kind": "DockerImage",
"name": "quay.io/openshift/origin-jenkins:v4.0"
"name": "registry.redhat.io/openshift4/ose-jenkins:v4.0"
},
"generation": null,
"importPolicy": {},
Expand Down
Loading

0 comments on commit 1327650

Please sign in to comment.