Skip to content

Instantly share code, notes, and snippets.

@ruo91
Created February 26, 2022 09:56
Show Gist options
  • Select an option

  • Save ruo91/8bb53b8c3ca845679729a368cd5a3103 to your computer and use it in GitHub Desktop.

Select an option

Save ruo91/8bb53b8c3ca845679729a368cd5a3103 to your computer and use it in GitHub Desktop.
Podman - Error: Source image rejected: Invalid GPG signature
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"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"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment