A container to build golang projects and minimize binaries
3.7K
A number containers that are rebuilt at regular times These are tools I require for various projects and got tired of rebuilding them manually
There are 2 base containers here, one is a scratch image that has ca-certificates and /etc/mime.types present. You can use that one for hosting statically linked binaries that need TLS and mime type support (so https :)).
Then there is a base container that contains yelps dumb init and a minimal su-exec optimized for a container environment. This is based on the latest alpine and allows for attaching and executing commands inside the container.
Content type
Image
Digest
Size
173.7 MB
Last updated
almost 8 years ago
docker pull casualjim/builder