https://github.com/containers/container-libs/blob/cacf85512cdeea00364bae0bef9f612e51126aa3/image/docs/containers-signature.5.md mentions An image can have any number of signatures so signature distribution systems SHOULD support associating more than one signature with an image. but it's not totally clear to me if the expectation is:
- The OpenPGP message must include a single signature (so multiple OpenPGP messages must be generated with their associated container-signature).
- The OpenPGP message can include multiple signatures (so a single container-signature may contain multiple signatures).
Can you provide some clarification on this? :)