Skip to content

Instantly share code, notes, and snippets.

@rdruss
Forked from danielhelfand/centos7-go-1.10.2-imagestream
Last active September 17, 2019 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdruss/fbc76946d411db2859e166aa5fc39782 to your computer and use it in GitHub Desktop.
Save rdruss/fbc76946d411db2859e166aa5fc39782 to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"kind": "ImageStream",
"metadata": {
"annotations": {
"openshift.io/display-name": "Go"
},
"name": "golang"
},
"spec": {
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and run Go applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/1.10/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 versions updates.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go (Latest)",
"openshift.io/provider-display-name": "",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/centos/go-toolset-7-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.10.2",
"annotations": {
"description": "Build and run Go applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/1.10/README.md.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go 1.10.2",
"openshift.io/provider-display-name": "",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.10.2"
},
"referencePolicy": {
"type": "Local"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment