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