Skip to content

Commit

Permalink
Updated mediatype.md
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
  • Loading branch information
lumjjb committed Sep 30, 2019
1 parent 76c6813 commit b433f02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b433f02

Please # to comment.