Sign inSign up

4ops/alpine-glibc

By 4ops

Updated almost 7 years ago

This image is based on Alpine Linux image contains glibc.

Image
0

2.2K

4ops/alpine-glibc repository overview

Alpine GNU C library (glibc) Docker image

This image is based on Alpine Linux image, which is only a 5MB image, and contains glibc to enable proprietary projects compiled against glibc (e.g. OracleJDK, Anaconda) work on Alpine.

This image includes some quirks to make glibc work side by side with musl libc (default in Alpine Linux). glibc packages for Alpine Linux are prepared by Sasha Gerrand and the releases are published in sgerrand/alpine-pkg-glibc github repo.

Usage Example

This image is intended to be a base image for your projects, so you may use it like this:

FROM 4ops/alpine-glibc:3.9

COPY ./my_app /usr/local/bin/my_app
$ docker build -t my_app .

Tag summary

Content type

Image

Digest

Size

7.9 MB

Last updated

almost 7 years ago

docker pull 4ops/alpine-glibc