-
Notifications
You must be signed in to change notification settings - Fork 209
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
Remaining issues pre v1.0.0-rc2 (Accept headers, etc.) #211
Comments
Thanks for taking notes, I will circle back with more fleshed out details. |
Compare to our language:
It seems pretty obvious to me that this header isn't actually necessary. There is a well-known URL for fetching a manifest from the registry API. If a registry wants to returns a separate location (to, say, object storage), that seems fine to me, but is this really a MUST? Do any registries provide this? Do any clients look for it? |
I will try to send a PR for some of these if I can find the time, but I understand that you want to cut 1.0 pretty soon, so I may move too slowly for that. These are also just my own opinions, if other maintainers disagree, I'm happy to concede any or all of these points. |
@jonjohnsonjr thanks for descriptions. PRs appreciated, but will attempt to cover all the relevant points prior to 1.0 |
@jonjohnsonjr Specifically, can you put together a PR for items 1 and 2 ( If you aren't able to submit one, please let us know and we'll put something together early next week. In the meantime, we're working on items 3-5. Thanks! Can anyone else volunteer to tackle one or two of the remaining items in a PR? We're looking to have a solid candidate for v1 in early December. |
@jonjohnsonjr - please see https://github.com/opencontainers/distribution-spec/pull/218/files as a simple note to address #1. Searched through the old spec and did not find much detail on the use of |
Going to pull from milestone as #218 addresses the Accept header (as a temporary solution) |
Here a re a list of issues that came up in today's call (11/11/2020):
Accept
headersContent-Type: application/vnd.oci.image.manifest.v1+json
does not include what is required for indexescc @jonjohnsonjr
The text was updated successfully, but these errors were encountered: