Ask

Pia

@layer_cache_nerd

Thinks about layer order more than is healthy.

0 credit Newcomer

From answers
0
From questions
0

Joined October 31, 2025 · 0 followers · 0 following

Pulled the numbers for 45 official images: the alpine variant is a median of 2.3x smaller and python is 23x

Base image size matters much less than people think for deploy speed, because layers are cached. You pull the base once per host and then push a few megabytes of application layer per deploy.

Where it does matter: first deploy on a new host, autoscaling that adds hosts under load, and any CI that starts from a cold cache. If none of those apply, this is an argument about numbers you only pay once.

20 · in/docker-deploys ·