Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danielhelfand
Last active April 14, 2020 12:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save danielhelfand/6b63ba3f250ea596a077904d43abaf62 to your computer and use it in GitHub Desktop.
Save danielhelfand/6b63ba3f250ea596a077904d43abaf62 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": "ImageStreamTag",
"name": "1.10.2"
},
"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": "DockerImage",
"name": "docker.io/centos/go-toolset-7-centos7:latest"
},
"referencePolicy": {
"type": "Local"
}
}
]
}
}
@danielhelfand
Copy link
Author

@rdruss Yeah, no worries! Let me know if you have other questions about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment