Skip to content

Commit 3c3d717

Browse files
authored
Merge pull request #1196 from tianon/ref.name-MUST
Remove misleading "must" in `ref.name` requirements
2 parents 8797c3f + 16101e2 commit 3c3d717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotations.md

+1-1
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+
- A valid reference matches the following [grammar](considerations.md#ebnf):
3737

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

0 commit comments

Comments
 (0)