Skip to content
New issue

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

[bug/feature] Support OCI manifests #197

Open
Arano-kai opened this issue Aug 12, 2020 · 1 comment
Open

[bug/feature] Support OCI manifests #197

Arano-kai opened this issue Aug 12, 2020 · 1 comment

Comments

@Arano-kai
Copy link

Currently OCI manifests spam in log:

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.

@draeath
Copy link

draeath commented Mar 29, 2023

I started to dig into this myself.

Looks like this component is third-party. See app/vendor/.../schema2 (at this time, see manifest.go:15)

Since the actual files are in this repo, we can probably kluge this, but I'm sure that's not the right way to handle it.

I think upstream has 'fixed' this, but I doubt it's as simple as bumping the version.


This project appears dead. There hasn't been a commit on any branch in 4 years, and nobody seems to have any public forks with changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants