跳转至

容器镜像

Legate 的 Central、Sidecar 和 Console 镜像公开发布在 GitHub Container Registry,可以匿名拉取:

组件 镜像
Central ghcr.io/bit-fortress/legate
Sidecar ghcr.io/bit-fortress/legate-sidecar
Console ghcr.io/bit-fortress/legate-console

本机快速验证可以使用 edge

docker pull ghcr.io/bit-fortress/legate:edge
docker pull ghcr.io/bit-fortress/legate-sidecar:edge
docker pull ghcr.io/bit-fortress/legate-console:edge

Central 与 Sidecar 来自同一份源码和同一次发布,必须使用相同版本。Console 独立发布,可以使用不同版本。

生产或需要精确复现的环境必须固定完整发布标签或提交标签。当前公开构建可以这样固定:

docker pull ghcr.io/bit-fortress/legate:sha-a7ac839
docker pull ghcr.io/bit-fortress/legate-sidecar:sha-a7ac839
docker pull ghcr.io/bit-fortress/legate-console:sha-783a1a0

标签

标签 含义 用途
v0.1.0 完整稳定发布版本 生产部署
v0.1v0 指向该版本线的最新稳定版本 测试或受控升级
latest 最新稳定版本 本地试用
edge main 分支的最新构建 开发验证
sha-<commit> 指定 Git 提交的构建 精确复现和回滚

预发布标签(例如 v0.2.0-rc.1)不会更新 latestv0.2v0。稳定版本首次发布前可能还没有 latestv* 标签,此时请使用 edgesha-<commit>

每个镜像同时发布 linux/amd64linux/arm64 架构,并附带构建来源证明和 SBOM。