summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorKarthik Elango <kelango@redhat.com>2022-07-20 16:23:13 -0400
committerKarthik Elango <kelango@redhat.com>2022-08-04 14:55:03 -0400
commitcc8e4d5fec571d6bd69d3d2f8189e945b621ba7b (patch)
treeb47a7e62c202905d9ba2d592d0cfcf84152691ef /pkg/domain/entities
parentb0ef621ebf196fd61189aebff3161927f0049c52 (diff)
downloadpodman-cc8e4d5fec571d6bd69d3d2f8189e945b621ba7b.tar.gz
podman-cc8e4d5fec571d6bd69d3d2f8189e945b621ba7b.tar.bz2
podman-cc8e4d5fec571d6bd69d3d2f8189e945b621ba7b.zip
remove image podman no prune
Signed-off-by: Karthik Elango <kelango@redhat.com>
Diffstat (limited to 'pkg/domain/entities')
-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 dad2dc6cc..21c1372b9 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -94,6 +94,8 @@ type ImageRemoveOptions struct {
Ignore bool
// Confirms if given name is a manifest list and removes it, otherwise returns error.
LookupManifest bool
+ // NoPrune will not remove dangling images
+ NoPrune bool
}
// ImageRemoveReport is the response for removing one or more image(s) from storage