2021-11-09 09:52:08 +00:00
|
|
|
{
|
|
|
|
"default": [
|
|
|
|
{
|
|
|
|
"type": "insecureAcceptAnything"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"transports": {
|
|
|
|
"docker": {
|
|
|
|
"registry.access.redhat.com": [
|
|
|
|
{
|
|
|
|
"type": "signedBy",
|
|
|
|
"keyType": "GPGKeys",
|
2022-11-08 06:35:18 +00:00
|
|
|
"keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"]
|
2021-11-09 09:52:08 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"registry.redhat.io": [
|
|
|
|
{
|
|
|
|
"type": "signedBy",
|
|
|
|
"keyType": "GPGKeys",
|
2022-11-08 06:35:18 +00:00
|
|
|
"keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"]
|
2021-11-09 09:52:08 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"docker-daemon": {
|
|
|
|
"": [
|
|
|
|
{
|
|
|
|
"type": "insecureAcceptAnything"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|