Azure/acr

Manifests - Get API returns 404 for multi arch images

Opened this issue · 0 comments

Describe the bug
API: GET {url}/v2/{name}/manifests/{reference}

When I try to use the Manifests-Get API (https://learn.microsoft.com/en-us/rest/api/containerregistry/manifests/get) with a multi arch image, it returns a 404 Not Found response.

To Reproduce
Steps to reproduce the behavior:

  1. Push a multi arch manifest to ACR
  2. Try using the API to get details of the manifest
  3. Returns a 404

Expected behavior
I expect it to return the details of the multi arch manifest
With the etag containing the hash of the multi arch image that i get when i push to acr.