-
Notifications
You must be signed in to change notification settings - Fork 652
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
Implementations should support zstd #1198
Conversation
CI will be fixed by #1199 |
d77abba
to
9a2ec57
Compare
manifest.md
Outdated
Implementations SHOULD also support the following media types: | ||
|
||
- [`application/vnd.oci.image.layer.v1.tar+zstd`](layer.md#zstd-media-types) | ||
- [`application/vnd.oci.image.layer.nondistributable.v1.tar+zstd`](layer.md#zstd-media-types) ([deprecation notice](./layer.md#non-distributable-layers)) |
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.
IMO, thanks to the deprecation, we shouldn't actually add this one 🙈
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.
It reads to me like "hey, new version of the spec says you SHOULD support these media types, but one of them is already deprecated at release time!"
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.
Rebased and deleted that.
Signed-off-by: Brandon Mitchell <git@bmitch.net>
9a2ec57
to
716f83b
Compare
Partial solution to #803.