Skip to content

Commit

Permalink
manifest-list: add back annotations
Browse files Browse the repository at this point in the history
PR opencontainers#533 removed annotations by accident. (489e00e specifically).
This adds that definition back.

Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Feb 9, 2017
1 parent e4c7ecd commit 91d3eaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ For the media type(s) that this document is compatible with, see the [matrix][ma

This OPTIONAL property specifies an array of strings, each specifying a mandatory CPU feature (for example `sse4` or `aes`).

- **`annotations`** *string-string map*

This OPTIONAL property contains arbitrary metadata for the manifest list.
This OPTIONAL property MUST use the [annotation rules](annotations.md#rules).

See [Pre-Defined Annotation Keys](annotations.md#pre-defined-annotation-keys).

## Example Manifest List

*Example showing a simple manifest list pointing to image manifests for two platforms:*
Expand Down

0 comments on commit 91d3eaa

Please sign in to comment.