Files
kata-containers/tools/osbuilder/rootfs-builder/signed-container-artifacts/quay_policy.json
stevenhorsman 7670792f97 osbuilder: Add PoC container signature validation
- Add hardcoded gpg, signature and polict files
- Modify rootfs.sh to put these in the correct place in the kata image
if skopeo and umoci are being used

Fixes: #2682

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2021-11-22 11:51:05 +01:00

18 lines
399 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker": {
"quay.io/kata-containers": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/containers/quay_verification/public.gpg"
}
]
}
}
}