I have set up private docker repository on my local centos machine and its working fine.
I have one project, which currently in build stage so many docker images with unique versions are getting created.
I want to keep the latest 3 docker images of that same repository and delete rest of the images of that project
How can I do that ?