Shrinking Docker Images: Multi-stage Builds and Distroless Techniques
Smaller container images for Go and Node: multi-stage Dockerfiles, distroless bases, Alpine caveats, and layer caching.
DevOps#docker#kubernetes#distroless#multi-stage#go#devops
2 posts
Smaller container images for Go and Node: multi-stage Dockerfiles, distroless bases, Alpine caveats, and layer caching.
A deep dive into Testcontainers for integration tests—what to mock vs run in containers, Docker networking, network aliases, hybrid patterns, and production-grade pitfalls.