Sign inSign up

chrisdaish/alpine-go-compiler

By chrisdaish

Updated about 11 years ago

Compile Go binaries for Alpine Linux

Image
1

387

chrisdaish/alpine-go-compiler repository overview

Alpine Linux Go Compiler

This image exists to assist in compiling Go binaries for Alpine Linux. Alpine Linux does not use glibc, instead it uses musl, thus we need to compile custom binaries.

How to use

docker run  -v $PWD/<goSRC>:/go/src \
            -w /go/src \
            --rm \
           chrisdaish/alpine-go-compiler go build -o <binary>

Tag summary

Content type

Image

Digest

sha256:c2a3824f3

Size

32.2 MB

Last updated

about 11 years ago

docker pull chrisdaish/alpine-go-compiler