summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-22 11:00:09 -0400
committerGitHub <noreply@github.com>2020-10-22 11:00:09 -0400
commit513c2610f37fa530b951a9a0105f49dfd346c091 (patch)
treea3e889e5825ea067b93991770bdf1ebba5e8be27 /pkg/domain/entities/images.go
parent5d70f46bd3f90739bf1ae3eba473523200669025 (diff)
parentb898f914a3a9b8cad5519ace0167d738e2f85186 (diff)
downloadpodman-513c2610f37fa530b951a9a0105f49dfd346c091.tar.gz
podman-513c2610f37fa530b951a9a0105f49dfd346c091.tar.bz2
podman-513c2610f37fa530b951a9a0105f49dfd346c091.zip
Merge pull request #7956 from QiWang19/save-rm-sig
Allow save image remove-signatures
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r--pkg/domain/entities/images.go2
1 files changed, 2 insertions, 0 deletions
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
}