I have a private Docker registry, and I'm looking for a script (either shell or python) to delete images older than X Days. I found some examples but there are deleting all images except the latest tag which is not what I'm expecting.
Any help will be appreciated !