How can I list the tag history of an image?
'docker search ' command lists only the matching images in the registry, not the version (tags). I wanted to know the tag history of the given image.
One way to know this detail is to go to Docker Hub or GitHub folders for the image and deduce previous versions from Dockerfile.
Is it possible to get this info from docker client command line?