Jan-Lukas Else

Thoughts of an IT expert

πŸ”— Links: 2020-02-23

This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.


Reducing the size of Docker images

Published on in πŸ”— Links
Updated on

JΓ©rΓ΄me Petazzoni published a great article on the Ardan labs blog about reducing the size of Docker images. He compares different ways to package a binary into an image by using different base images and either dynamic or static linking. The conclusion is that although you can get really tiny images with SCRATCH, it is probably not worth it because it is more difficult to debug.

View

Jan-Lukas Else