Sign inSign up

jas99/alpine-glibc

By jas99

•Updated about 10 years ago

Alpine GNU C library (glibc) Docker image

Image
0

10K+

jas99/alpine-glibc repository overview

Docker Stars Docker Pulls

⁠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 Apline Linux). glibc packages for Alpine Linux are prepared by Andy Shinn⁠ and the releases are published in andyshinn/alpine-pkg-glibc⁠ github repo.

Total size of this image is only:

⁠Usage Example

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

FROM frolvlad/alpine-glibc

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

There are already several images using this image, so you can refer to them as usage examples:

Tag summary

Content type

Image

Digest

Size

5.1 MB

Last updated

about 10 years ago

docker pull jas99/alpine-glibc