> Keep in mind that today due to the great popularity of Docker, Alpine Linux is one of the most deployed operating systems currently in use, because within every other operating system that uses docker, the docker image it uses is almost always Alpine Linux. Isn't this a little overstated? I'm willing to accept it has a majority, especially once you get into custom images, but e.g. docker's library images are usuall…
Alpine Linux: Brilliant Linux Distro
61–70 of 98 posts
Re: Alpine Linux: Brilliant Linux Distro
#62eg https://www.linkedin.com/pulse/musl-libc-alpines-greatest-we...
Re: Alpine Linux: Brilliant Linux Distro
#63Earlier 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
#64Earlier quoted context omitted.
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.
I've been on Gentoo since 2005. It's a great distro if don't mind compiling everything ;)
Re: Alpine Linux: Brilliant Linux Distro
#65Earlier quoted context omitted.
TIL there is a 29MB Minimal Ubuntu! https://ubuntu.com/blog/minimal-ubuntu-released
Wow, wish there was a Debian version!. I miss JeOS!
https://hub.docker.com/layers/debian/library/debian/stable-s...
Re: Alpine Linux: Brilliant Linux Distro
#66Doesn't Alpine have a noticeable performance penalty due to being based on musl libc instead of glibc? This seems to be born out in multiple people's micro benchmarks though how much of an issue it is for larger applications probably depends on the workload. https://superuser.com/questions/1219609/why-is-the-alpine-do... https://nickjanetakis.com/blog/benchmarking-debian-vs-alpine...
I've tried alpine's gcc before and it was about 50% slower to compile a bunch of packages. That said, if you compile llvm with MinSize/-Os on glibc distro's it runs 50% slower too, so it's unclear if slowdown is due to musl libc or rather that they optimize for size instead of performance.
Re: Alpine Linux: Brilliant Linux Distro
#67Worrying about linux distros seems so antiquated in this serverless cloud computing world. Or at least so last decade.
Re: Alpine Linux: Brilliant Linux Distro
#68What are the chances of encountering performance issues and/or incompatibilities when using Alpine Linux as Docker image for Go apps in production?
I mean, what I'm trying to say is that the base image doesn't matter, it would be basically just a debugging environment for you to exec into.
Re: Alpine Linux: Brilliant Linux Distro
#69Here is my Alpine Linux minimalist desktop setup.
https://github.com/git-sgmoore/AlpineLinux-DailyDriverDeskto...