You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Trying to get V1 manifest produces:
"missing signature key" error, while trying to get V2 manifest works fine.
Trying the API call directly with curl works also: curl --netrc-file ~/.registry_auth -XGET https://docker.myregistry.com/v2/ops/myimage/manifests/latest
Trying to get V1 manifest produces:
"missing signature key" error, while trying to get V2 manifest works fine.
Trying the API call directly with curl works also:
curl --netrc-file ~/.registry_auth -XGET https://docker.myregistry.com/v2/ops/myimage/manifests/latest
This is the code that produces the error:
The interesting part of the manifest for me is the History array section, which contains labels (absent when calling the ManifestV2 method).
Thanks
The text was updated successfully, but these errors were encountered: