acr icon indicating copy to clipboard operation
acr copied to clipboard

Find all manifests associated with a tag

Open sam-cogan opened this issue 3 years ago • 2 comments

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

sam-cogan avatar Mar 18 '21 17:03 sam-cogan

@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

sajayantony avatar Dec 21 '21 19:12 sajayantony

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.

github-actions[bot] avatar Dec 14 '23 01:12 github-actions[bot]