Created
February 26, 2022 09:56
-
-
Save ruo91/8bb53b8c3ca845679729a368cd5a3103 to your computer and use it in GitHub Desktop.
Podman - Error: Source image rejected: Invalid GPG signature
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": "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