{ "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" } ], "ghcr.io/getchoo": [ { "type": "sigstoreSigned", "fulcio": { "caPath": "/usr/etc/pki/containers/fulcio_v1.crt.pem", "oidcIssuer": "https://token.actions.githubusercontent.com", "subjectEmail": "https://github.com/getchoo/fedora-oci-images/.github/workflows/build-image.yaml@refs/heads/main" }, "rekorPublicKeyPath": "/usr/etc/pki/containers/rekor.pub", "signedIdentity": { "type": "matchRepository" } } ] }, "docker-daemon": { "": [ { "type": "insecureAcceptAnything" } ] } } }