Skip to content

Commit

Permalink
adds some description re: compat with docker schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
  • Loading branch information
mikebrow committed Sep 7, 2016
1 parent f3a8be2 commit dc450a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.
For this version of the specification, this MUST be set to `application/vnd.oci.image.manifest.list.v1+json`.
For this version of the specification, this MUST be set to
`application/vnd.oci.image.manifest.list.v1+json`. For the MIME type that this
is compatible with see the [matrix](media-types.md#compatibility-matrix).

- **`manifests`** *array*

Expand Down Expand Up @@ -123,7 +125,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.
For this version of the specification, this MUST be set to `application/vnd.oci.image.manifest.v1+json`.
For this version of the specification, this MUST be set to
`application/vnd.oci.image.manifest.v1+json`. For the MIME type that this is
compatible with see the [matrix](media-types.md#compatibility-matrix).

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

Expand Down

0 comments on commit dc450a2

Please sign in to comment.