Skip to content

Commit 716f83b

Browse files
committed
Implementations should support zstd
Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent 0d33472 commit 716f83b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

manifest.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,14 @@ Unlike the [image index](image-index.md), which contains information about a set
8585
- [`application/vnd.oci.image.layer.nondistributable.v1.tar+gzip`](layer.md#gzip-media-types) ([deprecation notice](./layer.md#non-distributable-layers))
8686

8787
Manifests concerned with portability SHOULD use one of the above media types.
88-
Implementations storing or copying image manifests MUST NOT error on encountering a `mediaType` that is unknown to the implementation.
89-
9088
Entries in this field will frequently use the `+gzip` types.
9189

90+
Implementations SHOULD also support the following media types:
91+
92+
- [`application/vnd.oci.image.layer.v1.tar+zstd`](layer.md#zstd-media-types)
93+
94+
Implementations storing or copying image manifests MUST NOT error on encountering a `mediaType` that is unknown to the implementation.
95+
9296
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].
9397

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

0 commit comments

Comments
 (0)