Skip to content

Commit b300594

Browse files
tkatilamythi
andcommitted
readme: add a section about signed images
Co-authored-by: Mikko Ylinen <[email protected]> Signed-off-by: Tuomas Katila <[email protected]>
1 parent ec54262 commit b300594

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Table of Contents
3131
* [Supported Kubernetes versions](#supported-kubernetes-versions)
3232
* [Release procedures](#release-procedures)
3333
* [Pre-built plugin images](#pre-built-plugin-images)
34+
* [Signed container images](#signed-container-images)
3435
* [License](#license)
3536
* [Helm charts](#helm-charts)
3637

@@ -291,6 +292,12 @@ the branches and releases in this repository.
291292
[imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images)
292293
```IfNotPresent``` and can be changed with ```scripts/set-image-pull-policy.sh```.
293294

295+
### Signed container images
296+
297+
Starting from 0.31 release, the images (`0.31.0` etc., not `devel`) are signed with keyless signing using `cosign`. The signing proof is stored in [rekor.sigstore.dev](https://rekor.sigstore.dev) in an append-only transparency log. The signature is also stored within the dockerhub.
298+
299+
To verify the signing in Kubernetes, one can use [policy managers](https://docs.sigstore.dev/policy-controller/overview/) with [keyless authorities](https://docs.sigstore.dev/policy-controller/overview/#configuring-keyless-authorities).
300+
294301
## License
295302

296303
All of the source code required to build intel-device-plugins-for-kubernetes

0 commit comments

Comments
 (0)