docker / golang-cross

https://hub.docker.com/r/dockercore/golang-cross
97 stars 38 forks source link

Update to golang 1.9.2 #2

Closed vdemeester closed 6 years ago

vdemeester commented 6 years ago

/cc @dnephin @thaJeztah

Signed-off-by: Vincent Demeester vincent@sbr.pm

thaJeztah commented 6 years ago

Note that moby/moby update to Go 1.9.2 is still blocked on https://github.com/Microsoft/hcsshim/pull/144 (in case having mixed client/daemon would be a concern.

vdemeester commented 6 years ago

@thaJeztah yep I know, but this can be used by other projects too 👼

thaJeztah commented 6 years ago

Should we tag the images with their Golang version? We currently only have :latest https://hub.docker.com/r/dockercore/golang-cross/tags/

(Although we do pin by digest in https://github.com/docker/cli, so I guess it's not a big issue)

vdemeester commented 6 years ago

@thaJeztah yes, I was wondering about that 👼 😛

dnephin commented 6 years ago

tagging by version SGTM