WARNING: Blatant self promotion follows :) I've recently switched to using Alpine on my laptop, and have written a bit about setting it up using ansible here: https://www.brianlane.com/post/alpine-laptop/ And when you can't find the apps you need in the distribution there's always podman: https://www.brianlane.com/post/prusa-slicer/
Alpine Linux: Brilliant Linux Distro
51–60 of 98 posts
Re: Alpine Linux: Brilliant Linux Distro
#52We use alpine based images extensively where possible. Most popular language ecosystems and tools have an alpine option. Alpine as a base image is nice because it's nearly blank, but easy to customize unlike distroless. Recently one tool did drop Alpine, most based on it's reduced performance, and that was envoyproxy.
That used to be huge a few years ago. But with both Ubuntu and Debian shipping much smaller images, I almost always find the hassle of using Alpine not worth it.
Re: Alpine Linux: Brilliant Linux Distro
#53It's a fine distro, you can typically go a good bit of time between updates without worrying about fragging your install, which is especially important to me on personal projects, which are often more like pets than livestock :P
Re: Alpine Linux: Brilliant Linux Distro
#54Alpine was the first of its kind but there are better minimal distributions now. I’d rather not tip toe around the oddities that alpine introduces and just use a Debian based image.
Re: Alpine Linux: Brilliant Linux Distro
#55We use alpine based images extensively where possible. Most popular language ecosystems and tools have an alpine option. Alpine as a base image is nice because it's nearly blank, but easy to customize unlike distroless. Recently one tool did drop Alpine, most based on it's reduced performance, and that was envoyproxy.
That used to be huge a few years ago. But with both Ubuntu and Debian shipping much smaller images, I almost always find the hassle of using Alpine not worth it.
Could you go into more detail about the challenges one could encounter when using Alpine?
Re: Alpine Linux: Brilliant Linux Distro
#56Alpine was the first of its kind but there are better minimal distributions now. I’d rather not tip toe around the oddities that alpine introduces and just use a Debian based image.
What are those better distros and why are they better?
Re: Alpine Linux: Brilliant Linux Distro
#57Earlier quoted context omitted.
That used to be huge a few years ago. But with both Ubuntu and Debian shipping much smaller images, I almost always find the hassle of using Alpine not worth it.
I've used Alpine pretty heavily but did not run into any hassle aside from "oh yeah forgot to install this package". Could you go into more detail about the challenges one could encounter when using Alpine?
Re: Alpine Linux: Brilliant Linux Distro
#58Earlier quoted context omitted.
That used to be huge a few years ago. But with both Ubuntu and Debian shipping much smaller images, I almost always find the hassle of using Alpine not worth it.
TIL there is a 29MB Minimal Ubuntu! https://ubuntu.com/blog/minimal-ubuntu-released
Re: Alpine Linux: Brilliant Linux Distro
#59Earlier quoted context omitted.
What are those better distros and why are they better?
debian-slim and its downstream, because fighting with musl libc isn't worth the time.
Re: Alpine Linux: Brilliant Linux Distro
#60Based on debian so no musl headaches but even lighter than alpine