Make minimum, reproducible Docker container for Go application
-
Updated
May 1, 2025 - Go
Make minimum, reproducible Docker container for Go application
Move binaries with library dependency for distroless systems with easy way.
Demo Application showing the significance of using the Distroless container images for more safer production deployments
Multi Stage Docker Build or Distroless Image of a simple GO web server.
golang app with distroless image used for multistage build, also has dockerfile without multistage to see the difference in size
Reducing Docker Image Sizes in Golang
Example of Deploying Go Service With Duck DB In A Distroless Container
Simplistic Go app that does a HTTP HEAD check to see if a server app is alive. Ideal for in distroless containers.
A Go-based calculator application that demonstrates the use of Docker multi-stage builds for creating efficient, secure, and minimal Docker images. This repository showcases the benefits of reducing image size, improving security, and optimizing the containerization process with multi-stage and distroless builds.
Add a description, image, and links to the distroless-docker topic page so that developers can more easily learn about it.
To associate your repository with the distroless-docker topic, visit your repo's landing page and select "manage topics."