genuinetools / img

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
https://blog.jessfraz.com/post/building-container-images-securely-on-kubernetes/
MIT License
3.88k stars 229 forks source link

How to delete Reclaimable space shown in 'img du' #320

Closed tsboris closed 3 years ago

tsboris commented 3 years ago

Hello,

When running img ls the are no images (which is correct, because I deleted all the images).
When running img prune I get this message:

ID  RECLAIMABLE SIZE    DESCRIPTION
Reclaimed:  0B
Total:      0B

When running img du I see a list of IDs and at the end there's a total info:

Reclaimable:    8.882GiB
Total:      8.882GiB

How can I reclaim the space shown in img du?

Thanks :-)

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.78. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.