alpine glibc docker
The image is based on the sgerrand/alpine-pkg-glibc project, use to provide the GNU C Library (aka glibc) for Alpine Linux.
Download size of this image is only:
Docker hub image: funnyzak/alpine-glibc
Docker Pull Command: docker pull funnyzak/alpine-glibc:latest
Following are the build arguments that can be passed to the docker build command.
docker build \
--build-arg VCS_REF=`git rev-parse --short HEAD` \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VERSION="0.1.0" \
--build-arg GLIBC_VERSION="2.34-r0" \
-t funnyzak/apline-glibc:0.1.0 .
If you have any questions or suggestions, please feel free to submit an issue or pull request.
MIT License © 2023 funnyzak