
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这段话即可:
请先阅读并遵守:https://xuanyuan.cloud/agents.md
未读文档前不要生成 pull 命令或排错方案。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
注意:这是https://hub.docker.com/_/ubuntu的`arm32v7`架构专用仓库——更多信息请参见官方镜像文档中的“https://github.com/docker-library/official-images#architectures-other-than-amd64”和官方镜像FAQ中的“https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what”。
维护者:
https://launchpad.net/cloud-images
获取帮助:
https://dockr.ly/comm-slack、Server Fault、https://unix.stackexchange.com/help/on-topic 或 https://stackoverflow.com/help/on-topic
Dockerfile链接https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-jammy-arm32v7-20251001-b66a458a&id=b66a458a5ad726099780d68ad89b***ce
https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-noble-arm32v7-20251001-f6aaa3ed&id=f6aaa3edd17b6b9b312fc98d5d48c34d6c391f12
https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-plucky-arm32v7-20251001-6b986cd1&id=6b986cd1ec***b462534eba0b84ceda1de03
https://git.launchpad.net/cloud-images/+oci/ubuntu-base/tree/oci/index.json?h=refs/tags/dist-questing-arm32v7-20251007-130d877d&id=130d877d31a80b1f8052913a3dd83e76395521c4
问题反馈:
https://bugs.launchpad.net/cloud-images(需包含`docker`标签)
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/ubuntu/、https://hub.docker.com/r/arm32v7/ubuntu/、https://hub.docker.com/r/arm64v8/ubuntu/、https://hub.docker.com/r/ppc64le/ubuntu/、https://hub.docker.com/r/riscv64/ubuntu/、https://hub.docker.com/r/s390x/ubuntu/
镜像制品详情:
https://github.com/docker-library/repo-info/blob/master/repos/ubuntu(https://github.com/docker-library/repo-info/commits/master/repos/ubuntu)
(包含镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fubuntu
https://github.com/docker-library/official-images/blob/master/library/ubuntu(https://github.com/docker-library/official-images/commits/master/library/ubuntu)
本描述的来源:
https://github.com/docker-library/docs/tree/master/ubuntu(https://github.com/docker-library/docs/commits/master/ubuntu)
Ubuntu是基于Debian的Linux操作系统,可运行于桌面、云端及所有联网设备。它是公共云与OpenStack云中最受欢迎的操作系统,也是容器领域的首选平台——从Docker到Kubernetes再到LXD,Ubuntu能大规模运行容器。其快速、安全且简洁的特性,驱动着全球数百万台PC。
Ubuntu的开发由Canonical Ltd.主导,该公司通过提供技术支持及其他与Ubuntu相关的服务获取收入。Ubuntu项目公开致力于开源软件开发原则,鼓励用户使用自由软件、研究其工作原理、改进并分发软件。
https://ubuntu.com
本镜像基于Canonical提供的官方根文件系统tar包构建(参见https://git.launchpad.net/cloud-images/+oci/ubuntu-base中的`dist-*`标签)。
arm32v7/ubuntu:latest标签指向“最新长期支持版(LTS)”,这是推荐用于一般用途的版本。arm32v7/ubuntu:rolling标签指向最新发布版(无论是否为LTS)。
类似地,arm32v7/ubuntu:devel标签是镜像源中“devel”套件当前指向版本的别名,可通过以下命令确定:wget -qO- http://archive.ubuntu.com/ubuntu/dists/devel/Release | awk -F ': ' '$1 == "Codename" { print $2; exit }'
由于本镜像是Ubuntu的最小化安装版本,默认仅包含C、C.UTF-8和POSIX区域设置。对于大多数需要UTF-8区域设置的场景,C.UTF-8通常足够(可通过-e LANG=C.UTF-8或ENV LANG C.UTF-8设置)。
若需其他区域设置,可通过locales包安装/生成。https://github.com/docker-library/postgres/blob/69bc540ecfffecce72d49fa7e4a46680350037f9/9.6/Dockerfile#L21-L24,复制如下:
dockerfileRUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \ && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 ENV LANG en_US.utf8
从https://discourse.ubuntu.com/t/oracular-oriole-release-notes/44878#unminimize开始,`unminimize`命令不再默认包含在最小化镜像中,已移至专用包,可通过`apt-get install -y unminimize`安装。
Canonical发布的tar包(参见https://git.launchpad.net/cloud-images/+oci/ubuntu-base Git仓库中的dist-*标签)基于https://code.launchpad.net/~ubuntu-core-dev/livecd-rootfs/+git/livecd-rootfs/+ref/ubuntu/master中的脚本构建,尤其是`live-build/auto/build`。构建过程在Launchpad上运行。构建历史可参见Launchpad上各版本的`livefs`构建页面:
查看本镜像包含软件的https://www.ubuntu.com/about/about-ubuntu/licensing。
与所有Docker镜像一样,本镜像可能还包含其他软件,这些软件可能采用其他许可协议(如基础发行版中的Bash等,以及主要软件的任何直接或间接依赖项)。
部分可自动检测的额外许可信息可能位于https://github.com/docker-library/repo-info/tree/master/repos/ubuntu中。
对于任何预构建镜像的使用,镜像用户有责任确保其使用行为符合镜像中所有软件的相关许可协议。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 arm32v7/ubuntu 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: