From b898f914a3a9b8cad5519ace0167d738e2f85186 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Wed, 21 Oct 2020 09:51:35 -0400 Subject: save image remove signatures remove signatures to podman save since the image formats do not support signatures Close: #7659 Signed-off-by: Qi Wang --- pkg/domain/entities/images.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/domain/entities/images.go') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 982fa0cc0..101542a98 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -300,6 +300,8 @@ type ImageSaveOptions struct { MultiImageArchive bool // Output - write image to the specified path. Output string + // Do not save the signature from the source image + RemoveSignatures bool // Quiet - suppress output when copying images Quiet bool } -- cgit v1.2.3-54-g00ecf