From 6730556e2f6f98a2eef6914ffadabf8a46aef749 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Mon, 21 Sep 2020 18:10:36 -0400 Subject: Sign multi-arch images podman image sign handles muti-arch images. --all option to create signature for each manifest from the image manifest list. Signed-off-by: Qi Wang --- pkg/domain/entities/images.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/domain/entities/images.go') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 81f12bff7..1538cbb8b 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -344,6 +344,7 @@ type SignOptions struct { Directory string SignBy string CertDir string + All bool } // SignReport describes the result of signing -- cgit v1.2.3-54-g00ecf