Skip to content

Commit dba38ff

Browse files
committed
Fix capitalization of MUST in ref.name requirements
See b692dee for where this was originally added (making clear this was the original intent).
1 parent 8797c3f commit dba38ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This specification defines the following annotation keys, intended for but not l
3333
- **org.opencontainers.image.ref.name** Name of the reference for a target (string).
3434
- SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md).
3535
- Character set of the value SHOULD conform to alphanum of `A-Za-z0-9` and separator set of `-._:@/+`
36-
- The reference must match the following [grammar](considerations.md#ebnf):
36+
- The reference MUST match the following [grammar](considerations.md#ebnf):
3737

3838
```ebnf
3939
ref ::= component ("/" component)*

0 commit comments

Comments
 (0)