CentOS docker image with Go
latest
,latest-cgo
7.4.1708-1.9.2
,7.4.1708-1.9.2-cgo
7.4.1708-1.9.1
7.4.1708-1.9
7.4.1708-1.8.5
Pull the images:
# docker pull ssgreg/centos-go:latest
Run a container from the image:
# docker run --rm -it -v $GOPATH:/go ssgreg/centos-go
Build your project:
[root@101e5200c632 go]# cd /go/src/github.com/ssgreg/zerodt/
[root@101e5200c632 zerodt]# go build
CentOS 7.4.1708 + Go 1.9.2 hub.docker.com
- CentOS 7.4.1708 + Go 1.9.2 Link to automated build
- CentOS 7.4.1708 + Go 1.9.1 Link to automated build
- CentOS 7.4.1708 + Go 1.9 Link to automated build
- CentOS 7.4.1708 + Go 1.8.5 Link to automated build