mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 21:57:13 +02:00
Fix incorrect cosign verify commands
The identity has been changed[1] to also include the "CI config path" and the ref path should be the git tag of the release. Also remove `jq` as it is only nice to have, not needed and it masks the return code of `cosign verify`. [1]a4b3e128c1
Fixes:8317be4
("Sign the images with sigstore's fulcio/rekor")
This commit is contained in:
parent
c432cbcbe2
commit
6d3ea0c032
@ -25,9 +25,9 @@ All the images, with the exception of the official DockerHub library image, are
|
||||
signed by using [cosign's keyless signing][openid-signing]. The images can be
|
||||
verified with one of the following commands:
|
||||
```sh
|
||||
$ cosign verify docker.io/archlinux/archlinux:latest --certificate-identity=https://gitlab.com/archlinux/archlinux-docker@refs/heads/master --certificate-oidc-issuer=https://gitlab.archlinux.org | jq .
|
||||
$ cosign verify quay.io/archlinux/archlinux:latest --certificate-identity=https://gitlab.com/archlinux/archlinux-docker@refs/heads/master --certificate-oidc-issuer=https://gitlab.archlinux.org | jq .
|
||||
$ cosign verify ghcr.io/archlinux/archlinux:latest --certificate-identity=https://gitlab.com/archlinux/archlinux-docker@refs/heads/master --certificate-oidc-issuer=https://gitlab.archlinux.org | jq .
|
||||
$ cosign verify docker.io/archlinux/archlinux:latest --certificate-identity-regexp="https://gitlab\.archlinux\.org/archlinux/archlinux-docker//\.gitlab-ci\.yml@refs/tags/v[0-9]+\.0\.[0-9]+" --certificate-oidc-issuer=https://gitlab.archlinux.org
|
||||
$ cosign verify quay.io/archlinux/archlinux:latest --certificate-identity-regexp="https://gitlab\.archlinux\.org/archlinux/archlinux-docker//\.gitlab-ci\.yml@refs/tags/v[0-9]+\.0\.[0-9]+" --certificate-oidc-issuer=https://gitlab.archlinux.org
|
||||
$ cosign verify ghcr.io/archlinux/archlinux:latest --certificate-identity-regexp="https://gitlab\.archlinux\.org/archlinux/archlinux-docker//\.gitlab-ci\.yml@refs/tags/v[0-9]+\.0\.[0-9]+" --certificate-oidc-issuer=https://gitlab.archlinux.org
|
||||
```
|
||||
|
||||
## Principles
|
||||
|
Loading…
Reference in New Issue
Block a user