Files
Dave Jansen 91d249901e
All checks were successful
Build container image / Build and push image (push) Successful in 26m27s
Move containers policy file to the right place
Oops :D
2025-11-16 15:28:03 +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"
}
]
}
}
}