Sign inSign up

pottava/gox

By pottava

Updated almost 8 years ago

Gox images based on Alpine Linux.

Image
2

2.8K

pottava/gox repository overview

Supported tags and respective Dockerfile links:

・latest (gox/versions/1.10/Dockerfile)
・go1.10 (gox/versions/1.10/Dockerfile)
・go1.9 (gox/versions/1.8/Dockerfile)
・go1.8 (gox/versions/1.8/Dockerfile)
・go1.7 (gox/versions/1.7/Dockerfile)

Usage

docker run --rm -v $GOPATH/src:/go/src -w /go/src/github.com/your-account/project pottava/gox --osarch "linux/amd64" -output "dist/{{.OS}}_{{.Arch}}"

  • with docker-compose.yml
build:
  image: pottava/gox
  command: --osarch "linux/amd64" -output "dist/{{.OS}}_{{.Arch}}"
  volumes:
    - $GOPATH/src:/go/src
  working_dir: /go/src/github.com/your-account/project

Tag summary

Content type

Image

Digest

Size

91.2 MB

Last updated

almost 8 years ago

docker pull pottava/gox