
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Wind River Linux 容器镜像基于Wind River Linux LTS(长期支持)版本构建,提供高度可定制的容器环境。其中,Wind River Linux LTS23容器镜像已由WRDistro23替代(https://hub.docker.com/r/windriver/wrdistro23),LTS22为当前主要维护版本,LTS21、CD及LTS19版本已弃用或移除。该镜像支持通过包管理器灵活扩展,适用于嵌入式系统开发和部署。
基于busybox的最小化镜像,启动至控制台,可通过dnf包管理器扩展为大型镜像。
全功能镜像,启动至控制台,不包含busybox,但默认安装coreutils等常用工具。
LTS22
LTS23
默认最新镜像
bash$ docker pull docker.xuanyuan.run/windriver/wrlx-image $ docker run -it --rm windriver/wrlx-image
全功能镜像
bash$ docker pull docker.xuanyuan.run/windriver/wrlx-image:full $ docker run -it --rm windriver/wrlx-image:full
最小化镜像
bash$ docker pull docker.xuanyuan.run/windriver/wrlx-image:minimal $ docker run -it --rm windriver/wrlx-image:minimal
bash$ dnf install <package>
bash$ dnf remove <package>
dockerfileFROM docker.xuanyuan.run/scratch ADD wrlinux-image-minimal-<machine>.tar.bz2 / CMD ["/bin/sh"]
dockerfileFROM docker.xuanyuan.run/scratch ADD wrlinux-image-full-<machine>.tar.bz2 / CMD ["/bin/sh"]
其中,<machine>根据架构指定为intel-x86-64(x86-64架构)或bcm-2xxx-rpi4(aarch64架构)。
本镜像基于GPL-2.0许可证提供。
Copyright (c) 2021 Wind River Systems Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
镜像包含第三方软件,可能受其他开源许可证约束,包括基础Wind River Linux LTS22/LTS23发行版及第三方依赖项。
所有产品名称、徽标和品牌均为其各自所有者的财产。本软件中使用的所有公司、产品和服务名称仅用于识别目的。Wind River是Wind River Systems, Inc.的注册商标。Linux是Linus Torvalds拥有的注册商标。
保修免责声明/不提供支持:Wind River不根据其标准软件支持与维护协议或其他方式为本软件提供支持和维护服务。除非适用***要求,Wind River(及每个贡献者)按"原样"提供软件(及其贡献),不提供任何明示或暗示的担保,包括但不限于对标题、不侵权、适销性或特定用途适用性的担保。您独自负责确定使用或重新分发软件的适当性,并承担因行使许可证下的权限而产生的任何风险。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务