acr
acr copied to clipboard
Find all manifests associated with a tag
What is the problem you're trying to solve As far as I can tell there is no way to find all manifests associated with a particular tag when looking at a multi-platform image using Azure CLI or PowerShell. The portal seems to manage to do it, but looking at the data that the CLI returns the only manifest that has a tag associated with it is the top level one, if you need to find the digest for the specific platform manifest for a specific tag it seems impossible to link them together.
Describe the solution you'd like Provide data on either which top level manifest, or tag, a multi-platform manifest is associated with
@SteveLasker @toddysm - Currently the challenge is that we must iterate through all tags in the registry and there is no API that can return all the tags for a manifest since the manifest details currently limit the number of tags. Basically, I see this as an ask for a paginated API of tags on a manifest. /cc @northtyphoon
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.