CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Update image for Go 1.6 #22

Closed teelahti closed 8 years ago

teelahti commented 8 years ago

Currently this image uses golang:latest as base image. That image is already in Go 1.6. A rebuild of this image would give 1.6 for users, could someone do that?

Of course even better would be to have image tags based on Go version, so that users could bind to specific Go version.

teelahti commented 8 years ago

Image has been re-pushed, closing.

xjewer commented 8 years ago

Why close the PR? Specify GOLANG version for build is a significant thing. Could you reopen issue and reword it?

teelahti commented 8 years ago

I agree and would really like to see versioned images. This issue was only about pushing new latest, there already is an issue #17 open about version locking.