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
level=error msg="Failed to retrieve manifest information for http://localhost:5000" Error="Get \"http://localhost:5000/v2/<name>/manifests/latest\": http: non-successful response (status=404 body=\"{\\\"errors\\\":[{\\\"code\\\":\\\"MANIFEST_UNKNOWN\\\",\\\"message\\\":\\\"OCI manifest found, but accept header does not support OCI manifests\\\"}]}\\n\")" Repository Name=<name> Tag Name=latest file=allregistries.go line=71 source=app
To fix/support that, the Accept: application/vnd.oci.image.manifest.v1+json is required. OCI manifest is same as vnd.docker.distribution.manifest.v2+json.
The text was updated successfully, but these errors were encountered:
Currently OCI manifests spam in log:
To fix/support that, the
Accept: application/vnd.oci.image.manifest.v1+json
is required. OCI manifest is same asvnd.docker.distribution.manifest.v2+json
.The text was updated successfully, but these errors were encountered: