Sign inSign up

structura/goalpinetools

By structura

Updated almost 6 years ago

Image based on Alpine Linux with golang tools for building and testing go code

Image
0

1.6K

structura/goalpinetools repository overview

Example of building example/main.go with goalpinetools:

cd example
docker run --rm -v `pwd`:/go/src/github.com/goalpinetools/example -v `pwd`/releases:/out -e "BUILDARGS=-o /out/helloworld" -e SOURCEDIR="/go/src/github.com/goalpinetools/example" structura/goalpinetools

Example of running an interactive shell inside the goalpinetools docker container with access to the sources:

cd example
docker run -ti --rm -v `pwd`:/go/src/github.com/goalpinetools/example -v `pwd`/releases:/out --entrypoint=/bin/sh goalpinetools

  The sources are on Github: goalpinetools sources.

Tag summary

Content type

Image

Digest

Size

212.3 MB

Last updated

almost 6 years ago

docker pull structura/goalpinetools