{ "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" } } ] } }