diff --git a/media-types.md b/media-types.md index b9a08246c..6487e028a 100644 --- a/media-types.md +++ b/media-types.md @@ -13,6 +13,10 @@ The following media types identify the formats described here and their referenc - `application/vnd.oci.image.layer.nondistributable.v1.tar`: ["Layer", as a tar archive with distribution restrictions](layer.md#non-distributable-layers) - `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] - `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] +- `application/vnd.oci.image.layer.v1.tar+enc` : ["Layer", as an encrypted tar archive](layer.md#enc-media-types) +- `application/vnd.oci.image.layer.v1.tar+gzip+enc` : ["Layer", as an encrypted gzipped tar archive](layer.md#enc-media-types) +- `application/vnd.oci.image.layer.nondistributable.v1.tar+enc` : ["Layer", as an encrypted tar archive with distribution restrictions](layer.md#enc-media-types) +- `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) ## Media Type Conflicts