▲ | quectophoton 3 days ago | |||||||
My 2 cents. I have been using Alpine Linux as my main Linux distro for... I don't know how long, but probably more than 5 years at this point. My only issues have been: * Nvidia proprietary drivers (when I was building a PC with an old GPU). * DRM (Netflix). * I think I also had problems with SQLite3 while trying to install the Twitch test server thingy inside an Alpine container. Other than that it's just minor things, just like every distro has some things that are different but no big deal. > I think that, if you have a very consistent usage of Alpine, where you are mostly doing the same thing and using the same tools, you could find a comfy workflow there. Yeah, or in my case it's because I try to keep the host minimalist and clean, and do most of the dirty/experimentation stuff in Docker, just to be able to nuke it from orbit once I'm done. It's also dumbproof to make your own native packages if you want, for example if you want to use fonts but you can't just `git clone` because they require a build step (!). Apparently some people have had issues with DNS, but I've never had any. I don't know if it's because I always point to my Unbound instance for DNS, or if it's just been a coincidence. | ||||||||
▲ | LeFantome 3 days ago | parent | next [-] | |||||||
Agreed. I find it quite rare to find something that does not build on MUSL. When I do, it is software that goes out of its way to abuse GNU specific stuff. The most common problem for me is software distributed as binary that links to Glibc. That shows up on surprise places. For example, building the Ladybird browser uses vcpkg which needs Glibc. In these cases, I reach for Distrobox. Pretty sure the DNs behaviour in MUSL was changed and is no longer an issue. | ||||||||
▲ | m463 3 days ago | parent | prev | next [-] | |||||||
and I thought arch was minimalist. You're like a long-term classic-era-john-deere minimalist. Personally I use it in multistage dockerfiles for when I do things like wget or file manipulation. | ||||||||
▲ | jfim 3 days ago | parent | prev [-] | |||||||
Out of curiosity, what are the reasons for using Alpine as opposed to something more mainstream like say Ubuntu? | ||||||||
|