Alpine glibc for multi-stage docker image build.
1.6K
Alpine glibc for multi-stage docker image build.
Dockerfile ci-and-cd/docker-alpine-glibc on Github
The main caveat to note is that it does use musl libc instead of glibc and friends, so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice.
FROM alpine:3.7
COPY --from=cirepo/glibc:2.23-r3-alpine-3.7-archive /data/root /
Content type
Image
Digest
Size
1.9 MB
Last updated
over 7 years ago
docker pull cirepo/glibc:2.23-r4-alpine-3.9-archive