Accept OCI manifests for indexing#1099
Draft
hdonnay wants to merge 1 commit into
Draft
Conversation
Contributor
|
This is cool, and I like the idea. Only question is how do we want to communicate this to user? Do we simply say "make a json post with this mime type and we'll assume you are sending an oci manifest"? whats your thoughts here. |
Member
Author
|
Yeah, I think we'd document the acceptable input types, and control them via the |
31004c7 to
1860b52
Compare
Contributor
|
Cool, as a caveat we will have to reject any oci manifests where either do not contain a content descriptor, or contain a content descriptor without urls. |
|
Any indications on when this will see progress again? Merging this will greatly improve integrations. |
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
1860b52 to
49dfb01
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This seemed simple enough, haven't check if there are other places where we want to accept other inputs.
Still need to update the openapi reference.