sademban's blog

Blog Journal Portfolio About Now Uses Links 

Journal entries, build notes, and experiments from whatever I'm tinkering with next.

View on GitHub
31 August 2025

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