Report this

What is the reason for this report?

Does container registry support image retention

Posted on December 16, 2020

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.