Sign inSign up

hightail/go

By hightail

Updated almost 11 years ago

Image
0

1.1K

hightail/go repository overview

docker-go

Containerized go for our build servers

EX:

  • Set GOPATH

export GOPATH=/src/go

  • Get Dependencies

docker run -e "GOPATH=$GOPATH" -v $(pwd):$(pwd) -v $GOPATH:$GOPATH -w $(pwd) hightail/go get

  • Build

docker run -e "GOPATH=$GOPATH" -v $(pwd):$(pwd) -v $GOPATH:$GOPATH -w $(pwd) hightail/go build

Tag summary

Content type

Image

Digest

sha256:0798e7978

Size

193.4 MB

Last updated

almost 11 years ago

docker pull hightail/go