By robinAngler
Hello guys,
we just started using digital ocean container registry to store our images builded by our CI/CD pipeline. We build image on every push to repository for every branch, and then push the image to container registry. When we finish our work on some branch and merge the code to master, we also want to get rid of the images for that branch. I’m wondering, is there a way how to configure container registry to automatically delete images which are 2 days old does not match some patter like “master” for example? I was searching through the documentation but could not find anything related to it.
Thank you very much for your response
Robin
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!
Hello!
We don’t currently offer retention policies and automatic deletion in DOCR, but that is on our roadmap.
You can list and delete images through the DigitalOcean API, so it would be possible to add automatic image deletion to your CI pipeline. Of course, you would still need to run garbage collection to reclaim space after deleting the images.
– Adam
I think I found my answer here:https://www.digitalocean.com/community/questions/claimed-storage-of-docr-climbs-with-every-image-push
For those interested, I have written a github action that prunes old tags.
See at https://github.com/marketplace/actions/digitalocean-registry-prune-old-tags
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.