Merge pull request #35830 from hs0210/volumes-download

[zh-cn] resync: volumes.md & download.md
pull/35881/head
Kubernetes Prow Robot 2022-08-11 03:46:58 -07:00 committed by GitHub
commit 4373329968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 219 additions and 209 deletions

File diff suppressed because it is too large Load Diff

View File

@ -100,14 +100,14 @@ those derivations are signed in the same way as the multi-architecture manifest
<!--
The Kubernetes project publishes a list of signed Kubernetes container images
in SBoM (Software Bill of Materials) format.
in [SPDX 2.2](https://spdx.dev/specifications/) format.
You can fetch that list using:
-->
Kubernetes 项目以 SBoM软件物料清单格式发布已签名的 Kubernetes 容器镜像列表。
Kubernetes 项目以 [SPDX 2.2](https://spdx.dev/specifications/) 格式发布已签名的 Kubernetes 容器镜像列表。
你可以使用以下方法获取该列表:
```shell
curl -Ls "https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/latest.txt)/release" | awk '/PackageName: k8s.gcr.io\// {print $2}'
curl -Ls "https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/latest.txt)/release" | awk '/Package: registry.k8s.io\// {print $3}'
```
<!--
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that