Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.
This repository was archived by the owner on May 7, 2025. It is now read-only.

Golang version tags in image #24

@jarifibrahim

Description

@jarifibrahim

Currently, the images are tagged as latest and this makes it very difficult to figure out which version of golang is being used. It would be very useful if we could tag the images with go version.

For instance, centos/go-toolset-7-centos7:1.10 shows which version of golang is installed compared to centos/go-toolset-7-centos7/.

We use the centos image in https://github.com/golang-starters/golang-http-crud/blob/master/.openshiftio/application.yaml#L46 and there is a possibility that the project wouldn't build if the centos image was rebuilt and the go version changed from go 1.10 to 1.11.

Adding a version tag would be a minor change but it would be immensely useful.

cc @sbose78 @ALRubinger

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions