Just Alpine + UPX (Ultimate Packer for Executables).
This Docker image will help you compress Linux & Windows executables from any platform where Docker can run. Useful for compressing Go build output.
docker run --rm -v $PWD:/working reeganexe/upx /working/big-binary
UPX will replace the original file.

MIT @ Ninh Pham
Content type
Image
Digest
Size
2.5 MB
Last updated
over 7 years ago
docker pull reeganexe/upx