diff --git a/plugins/common/docker.go b/plugins/common/docker.go index 9d914e365..ca2a19340 100644 --- a/plugins/common/docker.go +++ b/plugins/common/docker.go @@ -301,6 +301,7 @@ func IsImageHerokuishBased(image string, appName string) bool { return output != "" } +// ListDanglingImages lists all dangling image ids for a given app func ListDanglingImages(appName string) ([]string, error) { command := []string{ DockerBin(),