Last active
September 15, 2016 09:31
-
-
Save runcom/f53269c2a490d05ecb09c47cec0735d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"default": [ | |
{ | |
"type": "reject" | |
} | |
], | |
"transports": { | |
"docker": { | |
"registry.access.redhat.com/rhel7": [ | |
{ | |
"type": "insecureAcceptAnything" | |
} | |
], | |
"registry.access.redhat.com": [ | |
{ | |
"type": "signedBy", | |
"keyType": "GPGKeys", | |
"keyPath": "/home/amurdaca/.gnupg/secring.gpg" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment