
Maintained by:
https://github.com/alpinelinux/docker-alpine (an Alpine Linux maintainer)
Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow
Dockerfile linkshttps://github.com/alpinelinux/docker-alpine/blob/c5f299db02fde44c***e2161773e1daebe581/x86_64/Dockerfile
https://github.com/alpinelinux/docker-alpine/blob/a037d70ba44f91b00dff940019d29a28f7ba1265/x86_64/Dockerfile
https://github.com/alpinelinux/docker-alpine/blob/c65c121d664a527ec65e1fa4cecc9063fff656da/x86_64/Dockerfile
https://github.com/alpinelinux/docker-alpine/blob/d9ff52957b2fe5361ffeb5d871db8c321e5605d8/x86_64/Dockerfile
https://github.com/alpinelinux/docker-alpine/blob/b3f87708e5052e29737a251b2e9865e182dafe0c/x86_64/Dockerfile
Where to file issues:
https://github.com/alpinelinux/docker-alpine/issues?q=
Supported architectures: (https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/alpine/, https://hub.docker.com/r/arm32v6/alpine/, https://hub.docker.com/r/arm32v7/alpine/, https://hub.docker.com/r/arm64v8/alpine/, https://hub.docker.com/r/i386/alpine/, https://hub.docker.com/r/ppc64le/alpine/, https://hub.docker.com/r/riscv64/alpine/, https://hub.docker.com/r/s390x/alpine/
Published image artifact details:
https://github.com/docker-library/repo-info/blob/master/repos/alpine (https://github.com/docker-library/repo-info/commits/master/repos/alpine)
(image metadata, transfer size, etc)
Image updates:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Falpine
https://github.com/docker-library/official-images/blob/master/library/alpine (https://github.com/docker-library/official-images/commits/master/library/alpine)
Source of this description:
https://github.com/docker-library/docs/tree/master/alpine (https://github.com/docker-library/docs/commits/master/alpine)
Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.
!https://raw.githubusercontent.com/docker-library/docs/781049d54b1bd9b26d7e8ad384a92f7e0dcb0894/alpine/logo.png
Use like you would any other base image:
dockerfileFROM alpine:3.14 RUN apk add --no-cache mysql-client ENTRYPOINT ["mysql"]
This example has a virtual image size of only 36.8MB. Compare that to our good friend Ubuntu:
dockerfileFROM ubuntu:20.04 RUN apt-get update \ && apt-get install -y --no-install-recommends mysql-client \ && rm -rf /var/lib/apt/lists/* ENTRYPOINT ["mysql"]
This yields us a virtual image size of about 145MB image.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in https://github.com/docker-library/repo-info/tree/master/repos/alpine.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务