I have a docker private registry and docker images in it. Now I would like to copy all the images which are created in last 6 months, to another private docker registry. Can anyone help me with command/script to find out the docker images which got pushed into the registry in last 6 months? then I can re-tag it and push to the new registry.
Thanks in Advance.