Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
162 stars 106 forks source link

Manifests - Get API returns 404 for multi arch images #741

Open ryan-rozario opened 3 months ago

ryan-rozario commented 3 months ago

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.