summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/images.go
diff options
context:
space:
mode:
authorSujil02 <sushah@redhat.com>2020-04-20 10:10:41 -0400
committerSujil02 <sushah@redhat.com>2020-04-24 15:44:07 -0400
commit5436e314417e4822d105d1efdbea4e5442d6f42d (patch)
tree053522aff93f36e441d91673f296c47e685f9ce1 /pkg/domain/infra/abi/images.go
parent02c2fbc4cd72524dfa65ba36bddfd5c4076a9512 (diff)
downloadpodman-5436e314417e4822d105d1efdbea4e5442d6f42d.tar.gz
podman-5436e314417e4822d105d1efdbea4e5442d6f42d.tar.bz2
podman-5436e314417e4822d105d1efdbea4e5442d6f42d.zip
Adding system prune for podman v2
Register system prune route, handler to support system prune, Adds testcase to validate the system prune flow. Signed-off-by: Sujil02 <sushah@redhat.com>
Diffstat (limited to 'pkg/domain/infra/abi/images.go')
-rw-r--r--pkg/domain/infra/abi/images.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/images.go b/pkg/domain/infra/abi/images.go
index 0f710ad28..68758a71d 100644
--- a/pkg/domain/infra/abi/images.go
+++ b/pkg/domain/infra/abi/images.go
@@ -117,7 +117,6 @@ func (ir *ImageEngine) Prune(ctx context.Context, opts entities.ImagePruneOption
Id: results,
Err: nil,
},
- Size: 0,
}
return &report, nil
}