Question
Does container registry support image retention
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
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.
×