Files
fedora-bootc/sys_files/usr/etc/containers/policy.json
Dave Jansen 8f80e0f85b
Some checks failed
Build container image / Build and push image (push) Failing after 2m12s
Attempt: Add custom containers-policy.json
2025-11-16 14:43:10 +09:00

33 lines
532 B
JSON

{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"davejansen.dev": [
{
"type": "sigstoreSigned",
"keyPaths": ["/etc/pki/containers/davejansen.pub"],
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}