Systems dive: Alpine vs. Debian
by sademban
Ran a bake-off between Alpine and Debian slim images for a service that leans on OpenSSL. Measured startup time, memory footprint, and the cost of pulling extra musl-compatible packages. Debian won by a small margin once we factored in debugging tooling.
The experiment reminded me to treat base-image swaps as research projects, not quick wins. Documented the findings for the team and left TODOs for follow-up benchmarking on ARM.
tags: linux - docker - benchmarking