containers-common/default-policy.json
Jindrich Novy fd3744ff22 containers-common-0.60.2-7.el10
- Enable sigstore support
- Resolves: RUN-2164

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2024-10-29 13:58:05 +01:00

33 lines
657 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker": {
"registry.access.redhat.com": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/sigstore/SIGSTORE-redhat-release3",
"rekorPublicKeyPath": "/etc/pki/sigstore/REKOR-signing-key"
}
],
"registry.redhat.io": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/sigstore/SIGSTORE-redhat-release3",
"rekorPublicKeyPath": "/etc/pki/sigstore/REKOR-signing-key"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}