List tags by digest
Closed this issue · 1 comments
luisdavim commented
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.
DirtyHairy commented
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.