Skip to content

Commit

Permalink
Fix capitalization of MUST in ref.name requirements
Browse files Browse the repository at this point in the history
See b692dee for where this was originally added (making clear this was the original intent).
  • Loading branch information
tianon committed Aug 8, 2024
1 parent 8797c3f commit dba38ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This specification defines the following annotation keys, intended for but not l
- **org.opencontainers.image.ref.name** Name of the reference for a target (string).
- SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md).
- Character set of the value SHOULD conform to alphanum of `A-Za-z0-9` and separator set of `-._:@/+`
- The reference must match the following [grammar](considerations.md#ebnf):
- The reference MUST match the following [grammar](considerations.md#ebnf):

```ebnf
ref ::= component ("/" component)*
Expand Down

0 comments on commit dba38ff

Please sign in to comment.