containers-common/default-policy.json
Jindrich Novy cf17784b54 containers-common-1-1.el9
- initial import
- Related: #1970747

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-08-11 16:14:36 +02:00

33 lines
569 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports": {
"docker": {
"registry.access.redhat.com": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
],
"registry.redhat.io": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}