Skip to content

Commit a6e84a8

Browse files
hardysatanasdinov
andcommitted
releasenotes: clarify digest for multi-arch images (#587)
* 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]> (cherry picked from commit 18c81c0)
1 parent 8be1c0e commit a6e84a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asciidoc/edge-book/releasenotes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Verify the container image hash, for example using `crane`:
184184
sha256:d85c1bcd286dec81a3806a8fb8b66c0e0741797f23174f5f6f41281b1e27c52f
185185
----
186186

187+
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`).
188+
187189
Verify with `cosign`:
188190

189191
[,bash]

0 commit comments

Comments
 (0)