Skip to content

Commit

Permalink
Merge pull request #268 from mikebrow/add-links-to-compatibility-matrix
Browse files Browse the repository at this point in the history
adds some description re: compat with docker schemas
  • Loading branch information
jonboulle authored Sep 9, 2016
2 parents 6a13509 + 24c10ea commit f548b84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ A client will distinguish a manifest list from an image manifest based on the Co

- **`mediaType`** *string*

This REQUIRED property contains the MIME type of the manifest list.
This REQUIRED property contains the media type of the manifest list.
For this version of the specification, this MUST be set to `application/vnd.oci.image.manifest.list.v1+json`.
For the media type(s) that this is compatible with see the [matrix](media-types.md#compatibility-matrix).

- **`manifests`** *array*

Expand Down Expand Up @@ -122,8 +123,9 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s

- **`mediaType`** *string*

This REQUIRED property contains the MIME type of the image manifest.
This REQUIRED property contains the media type of the image manifest.
For this version of the specification, this MUST be set to `application/vnd.oci.image.manifest.v1+json`.
For the media type(s) that this is compatible with see the [matrix](media-types.md#compatibility-matrix).

- **`config`** *[descriptor](descriptor.md)*

Expand Down

0 comments on commit f548b84

Please sign in to comment.