docker-alpine-glibc
docker-alpine-glibc copied to clipboard
why still musl ?
root@ubuntu:/home/qgb# docker run -it -v=/:/all jeanblanchard/alpine-glibc bash
af5e02d2be95:~# ldd --version
musl libc (x86_64)
Version 1.2.4
Dynamic Program Loader
Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname
This is still Alpine, so my understanding is that musl libc is still the default. Programs compiled with Glibc should still run, though. Do you have an issue running a glibc program ?
Also a disclaimer: I haven't personally used this image for years, I just update it regularly with new versions of Alpine and glibc. So my memories of how it all works are a bit fuzzy, and I might be wrong entirely.
anyway to make glibc the default one?
i have this problem with pip where they are still trying to rebuild since no musl
prebuilt wheel for pip package can be found.