|
|
|
|
|
by joshpadnick
3464 days ago
|
|
Now that the official Ubuntu containers have gotten down to around 50MB for an image [1], can the case still be made for using Alpine? Admittedly, Alpine images are just 2MB [2], but I kept running into so many edge cases with musl, apk didn't always have the packages I wanted and often lagged behind critical security updates, and documentation/community was much smaller than I'd like. It's a genuine question. I'm wondering if the case can be made to prefer Alpine as your default Docker base image. [1] https://hub.docker.com/r/library/ubuntu/tags/ [2] https://hub.docker.com/r/library/alpine/tags/ |
|
Mostly for these reasons I prefer a (slightly modified) Alpine base. I do at times run into musl compatibility issues, in those cases I most often fall back to Ubuntu.