May 11, 2022
We at VictoriaMetrics use similar approach when building Docker images - see https://valyala.medium.com/stripping-dependency-bloat-in-victoriametrics-docker-image-983fb5912b0d
We started with `scratch` base images, but then returned back to `alpine` base images because users want the ability to debug running containers :(