Sign inSign up

cirepo/glibc

By cirepo

Updated over 7 years ago

Alpine glibc for multi-stage docker image build.

Image
0

1.6K

cirepo/glibc repository overview

docker-alpine-glibc

Alpine glibc for multi-stage docker image build.

Dockerfile ci-and-cd/docker-alpine-glibc on Github

cirepo/glibc on Docker Hub

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.

Use this image as a “stage” in multi-stage builds


FROM alpine:3.7
COPY --from=cirepo/glibc:2.23-r3-alpine-3.7-archive /data/root /

Tag summary

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