Cleaning up your private docker registry automatically

Hi team,
How are you cleaning up your private docker registry automatically?
Thanks

This is something where you could start with
https://github.com/wshihadeh/docker-registry/blob/master/registry_cleanup.sh

The author also made a post about it here:
https://betterprogramming.pub/automate-docker-registry-cleanup-3a1af0aa1535

Whow, thanks! I’ll try that.