Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ coverage.xml
# Translations
*.mo
*.pot

#macOS
.DS_Store
15 changes: 8 additions & 7 deletions imagestreams/golang-centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"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/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.",
"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 version updates.",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
Expand All @@ -21,28 +22,28 @@
},
"from": {
"kind": "ImageStreamTag",
"name": "1.8"
"name": "1.10"
},
"name": "latest",
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.10",
"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/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.",
"description": "Build and run Go 1.10 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.8)",
"openshift.io/display-name": "Go 1.10",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
"tags": "builder,golang,go",
"version": "1.10"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/centos/go-toolset-7-centos7:latest"
},
"name": "1.8",
"referencePolicy": {
"type": "Local"
}
Expand Down
13 changes: 7 additions & 6 deletions imagestreams/golang-rhel7.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"spec": {
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and run Go applications on RHEL 7. 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.",
"description": "Build and run Go applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/1.11/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.",
Expand All @@ -23,26 +24,26 @@
"kind": "ImageStreamTag",
"name": "1.11.5"
},
"name": "latest",
"referencePolicy": {
"type": "Local"
}
},
{
"name": "1.11.5",
"annotations": {
"description": "Build and run Go applications on RHEL 7. 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.",
"description": "Build and run Go 1.11 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/1.11/README.md",
"iconClass": "icon-go-gopher",
"openshift.io/display-name": "Go (1.11.5)",
"openshift.io/display-name": "Go 1.11.5",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/sclorg/golang-ex.git",
"supports": "golang",
"tags": "builder,golang,go"
"tags": "builder,golang,go",
"version": "1.11.5"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/devtools/go-toolset-rhel7:1.11.5"
},
"name": "1.11.5",
"referencePolicy": {
"type": "Local"
}
Expand Down