A minimal Alpine Linux based Docker image with GNU C library (glibc)
- Alpine Linux ( v 3.6 )
- GNU C ( v 2.26 )
exactly as you would with any other docker image inside Dockerfile
FROM greyfoxit/alpine-glibc
$ docker pull greyfoxit/alpine-glibc
$ git clone https://github.com/greyfoxit/alpine-glibc.git && cd alpine-glibc
$ docker build --no-cache -t greyfoxit/alpine-glibc .
$ docker run --rm -it greyfoxit/alpine-glibc
@andyshinn for glibc
compatibility layer package prepared for Alpine Linux
Please file an issue on Github
Released under the MIT License by Greyfox, Inc.