It’s used to build pretty much every Docker image around us. Works extremely well as WSL. Super lightweight, performant, and the number of packages is growing strong. Pair it with xcfe (or gnome or kde) and you have a super desktop, no more worries about RAM or background processes eating up CPU (looking at you Windows). Yes, there’s a Blender package! and many other good stuff. Alpine made Linux fresh again, and yes…
depends on what you do, it's musl-based, some glibc software might not run well, and if you use linux for daily development work, it might not fit.
Alpine Linux: Brilliant Linux Distro
11–20 of 98 posts
Re: Alpine Linux: Brilliant Linux Distro
#12Re: Alpine Linux: Brilliant Linux Distro
#13We 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.
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
#14It’s used to build pretty much every Docker image around us. Works extremely well as WSL. Super lightweight, performant, and the number of packages is growing strong. Pair it with xcfe (or gnome or kde) and you have a super desktop, no more worries about RAM or background processes eating up CPU (looking at you Windows). Yes, there’s a Blender package! and many other good stuff. Alpine made Linux fresh again, and yes…
> performant Isn't musl generally less performant than glibc?
Re: Alpine Linux: Brilliant Linux Distro
#15Wow, that's impressive! However, when I check on Distrowatch it's only in the 30s. Is there a better statistic? Something more representative of actual amounts of installs on anything at all?
Re: Alpine Linux: Brilliant Linux Distro
#16We 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
#17>due to the great popularity of Docker, Alpine Linux is one of the most deployed operating systems currently in use Wow, that's impressive! However, when I check on Distrowatch it's only in the 30s. Is there a better statistic? Something more representative of actual amounts of installs on anything at all?
1 - Distrowatch stats are both gamed and useless
2 - There's no easy way to see which distro is most popular on the whole.
Re: Alpine Linux: Brilliant Linux Distro
#18Re: Alpine Linux: Brilliant Linux Distro
#19>due to the great popularity of Docker, Alpine Linux is one of the most deployed operating systems currently in use Wow, that's impressive! However, when I check on Distrowatch it's only in the 30s. Is there a better statistic? Something more representative of actual amounts of installs on anything at all?
With regard to Alpine Linux on Docker, the install count[0] of the base image should give an idea (over 1 billion!).
[0] https://hub.docker.com/_/alpine
Edit: clarity
Re: Alpine Linux: Brilliant Linux Distro
#20WARNING: 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/
I ran Alpine on my laptop during the last half of college. It's a great little distro if you don't mind occasionally compiling things.