Skip to content

Commit

Permalink
releasenotes: clarify digest for multi-arch images (#587)
Browse files Browse the repository at this point in the history
* releasenotes: clarify digest for multi-arch images

The cosign verification must use the arch specific digest, otherwise the
verification will fail.

* Update asciidoc/edge-book/releasenotes.adoc

Co-authored-by: Atanas Dinov <[email protected]>
  • Loading branch information
hardys and atanasdinov authored Feb 25, 2025
1 parent 41cd7cd commit 18c81c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asciidoc/edge-book/releasenotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ Verify the container image hash, for example using `crane`:
sha256:d85c1bcd286dec81a3806a8fb8b66c0e0741797f23174f5f6f41281b1e27c52f
----

NOTE: For multi-arch images it is also necessary to specify a platform when obtaining the digest, e.g `--platform linux/amd64` or `--platform linux/arm64`. Failure to do this will result in an error in the following step (`Error: no matching attestations`).

Verify with `cosign`:

[,bash]
Expand Down

0 comments on commit 18c81c0

Please sign in to comment.