Containerized go for our build servers
EX:
export GOPATH=/src/go
docker run -e "GOPATH=$GOPATH" -v $(pwd):$(pwd) -v $GOPATH:$GOPATH -w $(pwd) hightail/go get
docker run -e "GOPATH=$GOPATH" -v $(pwd):$(pwd) -v $GOPATH:$GOPATH -w $(pwd) hightail/go build
Content type
Image
Digest
sha256:0798e7978…
Size
193.4 MB
Last updated
almost 11 years ago
docker pull hightail/go