项目作者: funnyzak

项目描述 :
alpine glibc docker
高级语言: Dockerfile
项目地址: git://github.com/funnyzak/alpine-glibc-docker.git
创建时间: 2020-04-14T07:56:47Z
项目社区:https://github.com/funnyzak/alpine-glibc-docker

开源协议:

下载


Alpine Glibc Docker

Build Status
Docker Stars
Docker Pulls
GitHub release (latest by date)
GitHub

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:

Image Size

Docker hub image: funnyzak/alpine-glibc

Docker Pull Command: docker pull funnyzak/alpine-glibc:latest

Docker Build

Following are the build arguments that can be passed to the docker build command.

  1. docker build \
  2. --build-arg VCS_REF=`git rev-parse --short HEAD` \
  3. --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
  4. --build-arg VERSION="0.1.0" \
  5. --build-arg GLIBC_VERSION="2.34-r0" \
  6. -t funnyzak/apline-glibc:0.1.0 .

References

Contribution

If you have any questions or suggestions, please feel free to submit an issue or pull request.



License

MIT License © 2023 funnyzak