Skip to content

Commit b433f02

Browse files
committed
Updated mediatype.md
Signed-off-by: Brandon Lum <[email protected]>
1 parent 76c6813 commit b433f02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

media-types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The following media types identify the formats described here and their referenc
1313
- `application/vnd.oci.image.layer.nondistributable.v1.tar`: ["Layer", as a tar archive with distribution restrictions](layer.md#non-distributable-layers)
1414
- `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]
1515
- `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.image.layer.v1.tar+enc` : ["Layer", as an encrypted tar archive](layer.md#enc-media-types)
17+
- `application/vnd.oci.image.layer.v1.tar+gzip+enc` : ["Layer", as an encrypted gzipped tar archive](layer.md#enc-media-types)
18+
- `application/vnd.oci.image.layer.nondistributable.v1.tar+enc` : ["Layer", as an encrypted tar archive with distribution restrictions](layer.md#enc-media-types)
19+
- `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip+enc` : ["Layer", as an encrypted gzipped tar archive with distribution restrictions](layer.md#enc-media-types)
1620

1721
## Media Type Conflicts
1822

0 commit comments

Comments
 (0)