Skip to content

Instantly share code, notes, and snippets.

@runcom
Last active September 15, 2016 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runcom/f53269c2a490d05ecb09c47cec0735d9 to your computer and use it in GitHub Desktop.
Save runcom/f53269c2a490d05ecb09c47cec0735d9 to your computer and use it in GitHub Desktop.
{
"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