We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support OCI images it seems that (at least) the http accept hader should contain application/vnd.oci.image.manifest.v1+json
application/vnd.oci.image.manifest.v1+json
Otherwise the tag is shown in craneoperator, but clicking on it results in 404 while the registry logs
time="2021-09-11T10:59:25.384746903Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="OCI manifest found, but accept header does not support OCI manifests" go.version=go1.11.2 http.request.host="registry:5000" http.request.id=d7480f19-ed91-4fd2-8670-cb996547745a http.request.method=GET http.request.remoteaddr="10.40.0.59:54704" http.request.uri="/v2/nbs/storybook/manifests/a259bf4?" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=26.358985ms http.response.status=404 http.response.written=122 vars.name="nbs/storybook" vars.reference=a259bf4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To support OCI images it seems that (at least) the http accept hader should contain
application/vnd.oci.image.manifest.v1+json
Otherwise the tag is shown in craneoperator, but clicking on it results in 404 while the registry logs
The text was updated successfully, but these errors were encountered: