I believe nobody these days wants to use alpine linux as a base image for custom builds:
- glibc incompatibility: Uses musl instead of glibc, causing issues with some precompiled binaries and libraries.
- Limited package support: Alpine's package ecosystem is smaller and may lack required tools or versions.
- Harder debugging: Minimal image lacks common utilities, making debugging more difficult unless manually added.
I think we should get rid of it, thus simplifying our codebase.
I believe nobody these days wants to use alpine linux as a base image for custom builds:
I think we should get rid of it, thus simplifying our codebase.