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