Skip to content

Instantly share code, notes, and snippets.

@bluecmd
Created March 4, 2023 09:34
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 bluecmd/ebb4ed778ffc4d6aa9849a4bc0619679 to your computer and use it in GitHub Desktop.
Save bluecmd/ebb4ed778ffc4d6aa9849a4bc0619679 to your computer and use it in GitHub Desktop.
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"registry.access.redhat.com": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
],
"registry.redhat.io": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
],
"quay.io/bluecmd": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/dev/null"
}
]
},
"docker-daemon": {
"": [
{
"type": "reject"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment