Hi,
I have create a docker private repository in Images.
I push multiple docker images and tag them with versions number.
Yesterday, I try to clean the repository by removing all the old versions of the image (old tags).
But I don’t check the “Remove digest option” in the popup. So it only removed the tag and not the associated digest.
Now, I don’t have the tags listed anymore but I still have the digests using space and I can’t delete them easily from UI. How could I fix that ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Remove image/tag from Docker Hub using API To delete a tag from Docker Hub you need and auth token and perform a delete HTTP call to the registry
you can use doctl
doctl auth init
doctl registry repo list-tags <your repo>
doctl registry repo delete-manifest <your repo> sha256:<digest>
doctl registry gc start
check if job was done
doctl registry garbage-collection get-active
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.