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

fix(docker): Add accept header for opencontainer manifest #1240

Closed
wants to merge 1 commit into from
Closed

fix(docker): Add accept header for opencontainer manifest #1240

wants to merge 1 commit into from

Conversation

fabricionaweb
Copy link

@fabricionaweb fabricionaweb commented Jan 24, 2023

It have been discussed in the forum as well about this. Thanks m33ts4k0z to figured out.

I went through some references and left some comments with the sources.

Im including:

  • application/vnd.oci.image.index.v1+json and application/vnd.oci.image.manifest.v1+json which is about opencontainers
  • application/vnd.docker.distribution.manifest.v1+json to support v1 manifests just in case...

This also resolves #1111

(previous MR had branch typo)

@ljm42
Copy link
Member

ljm42 commented Jan 24, 2023

Thanks for the PR, this was fixed with this commit:
cd687b3

@m33ts4k0z
Copy link

@fabricionaweb Thanks. I wasn't even aware that the GUI was open source. I have been at work all day and I was just about to clone the repo and make a PR.

@fabricionaweb fabricionaweb deleted the fix-docker-manifest branch January 24, 2023 18:16
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

Successfully merging this pull request may close these issues.

[Feature Improvement] Accepting OCI manifests when checking remote versions
3 participants