Skip to content

Commit a93833c

Browse files
committed
Add current scope of sign/verify
1 parent cdfa952 commit a93833c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/releases/download.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,15 @@ You can fetch that list using:
7777
```shell
7878
curl -Ls https://sbom.k8s.io/$(curl -Ls https://dl.k8s.io/release/latest.txt)/release | grep 'PackageName: k8s.gcr.io/' | awk '{print $2}'
7979
```
80+
For Kubernetes v{{< skew currentVersion >}}, the only kind of code artifact that
81+
you can verify integrity for is a container image, using the experimental
82+
signing support.
8083

8184
To manually verify signed container images of Kubernetes core components, please refer to
8285
[Verify Signed Container Images](/docs/tasks/administer-cluster/verify-signed-images).
8386

87+
88+
8489
## Binaries
8590

8691
Find links to download Kubernetes components (and their checksums) in the [CHANGELOG](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG) files.

0 commit comments

Comments
 (0)