forked from pool/libcontainers-common
Dan Čermák
1523b23770
Enforce BCI verification via Podman on openSUSE distributions using the already shipped container signing keys. (bsc#1197030) OBS-URL: https://build.opensuse.org/request/show/1090901 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=21
22 lines
515 B
JSON
22 lines
515 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports": {
|
|
"docker-daemon": {
|
|
"": [{"type":"insecureAcceptAnything"}]
|
|
},
|
|
"docker": {
|
|
"registry.suse.com/bci": [{
|
|
"type": "sigstoreSigned",
|
|
"keyPath": "/usr/share/pki/containers/suse-container-key.pem",
|
|
"signedIdentity": {
|
|
"type": "matchRepository"
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
}
|