Dockerfiles for building minimal Docker images for Go applications.
Collection of Dockerfiles that use Docker multi-stage builds to produce minimal container images for Go applications, with variants for Debian-slim, Alpine, BusyBox, and scratch. It is built for Go (1.22) and is suited for containerizing Go web services and command-line programs that can be compiled into static binaries.
0