diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:46:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:46:00 +0000 |
commit | 19052de71af8bfe70f3cd3ca40638dc5b9c4c993 (patch) | |
tree | 756e04672089b21afa9f7330becc8f75f3c4d37d /default-policy.json | |
parent | 2eae79050a19f19e883b37f8c46b2da576d2ce0a (diff) |
automatic import of containers-commonopeneuler24.03_LTS
Diffstat (limited to 'default-policy.json')
-rw-r--r-- | default-policy.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/default-policy.json b/default-policy.json new file mode 100644 index 0000000..eb5934e --- /dev/null +++ b/default-policy.json @@ -0,0 +1,32 @@ +{ + "default": [ + { + "type": "insecureAcceptAnything" + } + ], + "transports": { + "docker": { + "registry.access.redhat.com": [ + { + "type": "signedBy", + "keyType": "GPGKeys", + "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"] + } + ], + "registry.redhat.io": [ + { + "type": "signedBy", + "keyType": "GPGKeys", + "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"] + } + ] + }, + "docker-daemon": { + "": [ + { + "type": "insecureAcceptAnything" + } + ] + } + } +} |