You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: media-types.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ The following media types identify the formats described here and their referenc
13
13
-`application/vnd.oci.image.layer.nondistributable.v1.tar`: ["Layer", as a tar archive with distribution restrictions](layer.md#non-distributable-layers)
14
14
-`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]
15
15
-`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)
0 commit comments