Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Working with docker feed
-
- How can I delete docker images through api?
- Why when I deleted docker images from proget the space on the disk is not cleaned? How can I cleaning disk space?
Product: ProGet
Version: 4.8.4
-
Hello Dmitry,
- I don't think there's currently a way to delete Docker images through the API.
- The blobs are deleted by the
FeedCleanup
scheduled task. You can run the task manually from/administration/scheduled-tasks
, and it will run automatically once per day by default.