修复 URL 编码与澄清 containerd image store 启用条件

This commit is contained in:
yeasy
2026-03-30 08:37:37 -07:00
parent 3bad07c41a
commit 31093ccbdb
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ $ docker buildx build --sbom=true -t myimage .
>
> **正确的解决路径有两条**
> 1. **推送到远端仓库**使用 `docker buildx build --sbom=true --push -t myimage:tag` SBOM 会正确保存到远端仓库远端 OCI 兼容的镜像仓库能够完整存储这些元数据
> 2. **启用 containerd image store** Docker 守护进程中启用 `containerd image store` 特性Docker v29+现代 Docker Desktop 默认推荐可以在本地查看和管理 SBOM attestation 元数据
> 2. **启用 containerd image store** Docker 守护进程中启用 `containerd image store` 特性Docker v29+新安装场景默认启用Docker Desktop 上也更容易直接使用可以在本地查看和管理 SBOM attestation 元数据
### 10.2.2 官方文档