Files
libcontainers-common/openSUSE-policy.json
Dan Čermák 1523b23770 Accepting request 1090901 from home:danishprakash:branches:devel:microos
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
2023-06-05 14:24:44 +00:00

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