Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion imagestreams/golang-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,44 @@
},
"spec": {
"tags": [
{
"annotations": {
"description": "Build and run Go applications on UBI 9. 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.20 (UBI 9)",
"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/ubi9/go-toolset:1.20"
},
"name": "1.20-ubi9",
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Build and run Go applications on UBI 9. 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.19 (UBI 9)",
"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/ubi9/go-toolset:1.19"
},
"name": "1.19-ubi9",
"referencePolicy": {
"type": "Local"
}
},
{
"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.",
Expand All @@ -21,7 +59,7 @@
},
"from": {
"kind": "ImageStreamTag",
"name": "1.18-ubi8"
"name": "1.20-ubi9"
},
"name": "latest",
"referencePolicy": {
Expand Down