GoogleContainerTools/distroless: 🥑 Language focused docker images, minus the operating system.
🥑 Language focused docker images, minus the operating system. - GoogleContainerTools/distroless: 🥑 Language focused docker images, minus the operating system.
Golang for alpine does not honor "static" flags during build · Issue #152 · docker-library/golang
golang:1.6.3-alpine golang:1.7.1-alpine golang:1.7.3-alpine While using any of the above base images to build static go binaries using go install --ldflags '-extldflags "-static"'...
Maintain your own Homebrew repository, with binary bottles
How to maintain a third-party Homebrew repository (tap) with binary packages (bottles) on Linux (with Docker) and older macOS versions (with VirtualBox)
Homebrew tap with bottles uploaded to GitHub Releases
Since the Homebrew 2.5.2 release, you can upload bottles (binary packages) to GitHub Releases, in addition to the previous standard - Bintray. Support was added to Homebrew/brew in this PR on 2020-09-15, and a companion PR to Homebrew/homebrew-test-bot added support for setting the base download URL of bottles to point to a specific release on GitHub.