/centos-go

Centos docker image with Go

MIT LicenseMIT

centos-go

CentOS docker image with Go

Supported tags

  • 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

Installation & Usage

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

Latest version

CentOS 7.4.1708 + Go 1.9.2 hub.docker.com

Previous versions