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"
|
||
|
}
|
||
|
}]
|
||
|
}
|
||
|
}
|
||
|
}
|