summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-23 09:38:25 -0400
committerGitHub <noreply@github.com>2021-09-23 09:38:25 -0400
commitb08acdbc6bfc599c8d9db7f7c8fe24b5d11b64b3 (patch)
tree493283039d06b0518153ca5e618060dd99cfe063 /pkg/domain/entities/images.go
parent3d34d3a186a782e48bdbd1245a7e067db850d9b0 (diff)
parent01bf8a66872df7dc6f93b7156371fa8fce3d84df (diff)
downloadpodman-b08acdbc6bfc599c8d9db7f7c8fe24b5d11b64b3.tar.gz
podman-b08acdbc6bfc599c8d9db7f7c8fe24b5d11b64b3.tar.bz2
podman-b08acdbc6bfc599c8d9db7f7c8fe24b5d11b64b3.zip
Merge pull request #11714 from vrothberg/save-remove-signatures
podman save: enforce signature removal
Diffstat (limited to 'pkg/domain/entities/images.go')
-rw-r--r--pkg/domain/entities/images.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go
index edd23e662..80d570764 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -305,8 +305,6 @@ type ImageSaveOptions struct {
OciAcceptUncompressedLayers 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
}