mayflower/docker-ls

List tags by digest

Closed this issue · 1 comments

Hi.

Is there a way to get all the tags that point to the exact same image?
I mean listing tags associated with a particular digest or maybe another tag.

I don't think this is supported by the API, but you can use the output of docker-ls tags -l1 and check it for tags with the same content hash.