Skip to content

Commit 91d3eaa

Browse files
committed
manifest-list: add back annotations
PR #533 removed annotations by accident. (489e00e specifically). This adds that definition back. Signed-off-by: Vincent Batts <[email protected]>
1 parent e4c7ecd commit 91d3eaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

manifest-list.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
6969

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

72+
- **`annotations`** *string-string map*
73+
74+
This OPTIONAL property contains arbitrary metadata for the manifest list.
75+
This OPTIONAL property MUST use the [annotation rules](annotations.md#rules).
76+
77+
See [Pre-Defined Annotation Keys](annotations.md#pre-defined-annotation-keys).
78+
7279
## Example Manifest List
7380

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

0 commit comments

Comments
 (0)