Skip to content

Commit

Permalink
Remove misleading "must" in ref.name requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Tianon Gravi <[email protected]>
  • Loading branch information
tianon committed Aug 19, 2024
1 parent 8797c3f commit 16101e2
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):
- A valid reference matches the following [grammar](considerations.md#ebnf):

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

0 comments on commit 16101e2

Please sign in to comment.