📓 The Gist You may think your 100mB Alpine images are small–but how about 100kB? Smaller images ship more quickly, and contain fewer attack vectors. Moreover, by optimizing images, you discover and isolate exactly what is needed for your app to run. Let’s Optimize. There are two key characteristics of scratch-based docker images: The Dockerfile has two build stages: a builder–which contains all of the build dependencies including source, libraries and tools and.. a final image, conta...