We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ref.name
1 parent 8797c3f commit dba38ffCopy full SHA for dba38ff
annotations.md
@@ -33,7 +33,7 @@ This specification defines the following annotation keys, intended for but not l
33
- **org.opencontainers.image.ref.name** Name of the reference for a target (string).
34
- SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md).
35
- 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):
+ - The reference MUST match the following [grammar](considerations.md#ebnf):
37
38
```ebnf
39
ref ::= component ("/" component)*
0 commit comments