mirror of https://github.com/containers/image.git
Clarify the semantics of the optional.creator field in simple signature payload
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
72e90f76ca
commit
142ac62e41
|
|
@ -210,7 +210,8 @@ Consumers still SHOULD reject any signature where a member of an `optional` obje
|
|||
|
||||
### `optional.creator`
|
||||
|
||||
If present, this MUST be a JSON string, identifying the name and version of the software which has created the signature.
|
||||
If present, this MUST be a JSON string, identifying the name and version of the software which has created the signature
|
||||
(identifying the low-level software implementation; not the top-level caller).
|
||||
|
||||
The contents of this string is not defined in detail; however each implementation creating container signatures:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue