Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ For the media type(s) that this document is compatible with, see the [matrix][ma

This property is RESERVED for future versions of the specification.

If multiple manifests match a client or runtime's requirements, the first matching entry SHOULD be used.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If multiple manifests match a client or runtime's requirements, the first matching entry SHOULD be used.
If multiple manifests match a client or runtime's `platform` requirements, the first matching entry SHOULD be used.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was intentionally leaving that out since some clients may have different requirements, like checking annotations to see if a different layer compression format is available.


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

This OPTIONAL property contains arbitrary metadata for the image index.
Expand Down