Skip to content

Commit

Permalink
Merge pull request #1198 from sudo-bmitch/pr-layers-zstd
Browse files Browse the repository at this point in the history
Implementations should support zstd
  • Loading branch information
sudo-bmitch committed Sep 19, 2024
2 parents 0d33472 + 716f83b commit da92727
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ Unlike the [image index](image-index.md), which contains information about a set
- [`application/vnd.oci.image.layer.nondistributable.v1.tar+gzip`](layer.md#gzip-media-types) ([deprecation notice](./layer.md#non-distributable-layers))

Manifests concerned with portability SHOULD use one of the above media types.
Implementations storing or copying image manifests MUST NOT error on encountering a `mediaType` that is unknown to the implementation.

Entries in this field will frequently use the `+gzip` types.

Implementations SHOULD also support the following media types:

- [`application/vnd.oci.image.layer.v1.tar+zstd`](layer.md#zstd-media-types)

Implementations storing or copying image manifests MUST NOT error on encountering a `mediaType` that is unknown to the implementation.

If the manifest uses a different media type than the above, it MUST comply with [RFC 6838][rfc6838], including the [naming requirements in its section 4.2][rfc6838-s4.2], and MAY be registered with [IANA][iana].

See [Guidelines for Artifact Usage](#guidelines-for-artifact-usage) for other uses of the `layers`.
Expand Down

0 comments on commit da92727

Please sign in to comment.