Compile Go binaries for Alpine Linux
387
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.
docker run -v $PWD/<goSRC>:/go/src \
-w /go/src \
--rm \
chrisdaish/alpine-go-compiler go build -o <binary>
Content type
Image
Digest
sha256:c2a3824f3…
Size
32.2 MB
Last updated
about 11 years ago
docker pull chrisdaish/alpine-go-compiler