Skip to content

Commit

Permalink
Merge pull request #1196 from tianon/ref.name-MUST
Browse files Browse the repository at this point in the history
Remove misleading "must" in `ref.name` requirements
  • Loading branch information
sudo-bmitch authored Aug 22, 2024
2 parents 8797c3f + 16101e2 commit 3c3d717
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 3c3d717

Please sign in to comment.