Skip to content

Commit ccb86b9

Browse files
committed
mention deprecation in media-types.md
Signed-off-by: Jason Hall <[email protected]>
1 parent 9b4e6c0 commit ccb86b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

media-types.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ The following media types identify the formats described here and their referenc
1010
- `application/vnd.oci.image.layer.v1.tar`: ["Layer", as a tar archive](layer.md)
1111
- `application/vnd.oci.image.layer.v1.tar+gzip`: ["Layer", as a tar archive](layer.md#gzip-media-types) compressed with [gzip][rfc1952]
1212
- `application/vnd.oci.image.layer.v1.tar+zstd`: ["Layer", as a tar archive](layer.md#zstd-media-types) compressed with [zstd][rfc8478]
13-
- `application/vnd.oci.image.layer.nondistributable.v1.tar`: ["Layer", as a tar archive with distribution restrictions](layer.md#non-distributable-layers)
13+
- `application/vnd.oci.artifact.manifest.v1+json`: [Artifact manifest](artifact.md)
14+
15+
The following media types identify a ["Layer" with distribution restrictions](layer.md#non-distributable-layers), but are **deprecated** and not recommended for future use:
16+
17+
- `application/vnd.oci.image.layer.nondistributable.v1.tar`: "Layer", as a tar archive
1418
- `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip`: ["Layer", as a tar archive with distribution restrictions](layer.md#gzip-media-types) compressed with [gzip][rfc1952]
1519
- `application/vnd.oci.image.layer.nondistributable.v1.tar+zstd`: ["Layer", as a tar archive with distribution restrictions](layer.md#zstd-media-types) compressed with [zstd][rfc8478]
16-
- `application/vnd.oci.artifact.manifest.v1+json`: [Artifact manifest](artifact.md)
1720

1821
## Media Type Conflicts
1922

0 commit comments

Comments
 (0)