Azure / acr

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

Update Token-BasicAuth.md to use accept header for Manifest #764

Open andrejusc opened 1 week ago

andrejusc commented 1 week ago

To be able to download Manifest - need to use -H "Accept:application/vnd.oci.image.manifest.v1+json" header, otherwise such error could be observed: {"errors":[{"code":"MANIFEST_UNKNOWN","message":"OCI manifest found, but accept header does not support OCI manifests"}]}