mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 08:14:35 +01:00
- 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>
18 lines
399 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |