-
Notifications
You must be signed in to change notification settings - Fork 45
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
Flatpak delta manifests support #1516
Conversation
@@ -45,6 +45,10 @@ | |||
"application/vnd.wasm.config.v1+json": [ | |||
"application/vnd.wasm.content.layer.v1+wasm", | |||
], | |||
# delta manifest | |||
"application/vnd.redhat.delta.config.v1+json": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specs say that manifest should be of special delta type as well, this would be great to clarify with the authors, and if confirmed then this would require us to add it to the DB manifests media type choices, and update the json schema validator
3615d05
to
47dbe98
Compare
Added Flatpak deltas to the defaultly supported OCI media types. closes pulp#1495
47dbe98
to
4f1806a
Compare
This might collide with #1533. We are leaving this in draft for now until the referenced PR gets merged. |
After merging 7ace741 and d6201aa, we no longer need to deal with Please, rebase your PR and make sure that
I wonder if we should add the media type to
|
I doubt that |
https://github.com/flatpak/flatpak-oci-specs/pull/5/files being merged, I think we can safely close this PR and the corresponding issue because everything should work out of the box. @MichalPysik, thanks for dedicating your efforts into this work. We appreciate your endeavor. |
Added Flatpak deltas to the defaultly supported OCI media types.
closes #1495