@yesbait @bagder I think it's docker-composer's fault for turning a container manager basically into a package manager.
When disk space is no longer a constraint, people start installing a 100 MB Alpine image just to run a 5 MB executable.
@blacklight @yesbait @bagder docker only downloads the parts of an image you are missing, so, if you already have an alpine image from a different container, docker reuses it and only downloads the additional files required to run curl
@steffo @yesbait @bagder that assumes that the containers depend on the same version of the image
@blacklight @yesbait @bagder fair point 😅
@blacklight @yesbait @bagder docker only downloads the parts of an image you are missing, so, if you already have an alpine image from a different container, docker reuses it and only downloads the additional files required to run curl