Merge pull request #35830 from hs0210/volumes-download
[zh-cn] resync: volumes.md & download.mdpull/35881/head
commit
4373329968
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue