From a46546cd6c9d3e085beac143eb3b7dcff7f118e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=BD=97=E9=A9=AC=E7=9A=84=E5=A4=AA=E9=98=B3?= Date: Mon, 23 Nov 2020 22:55:24 +0800 Subject: [PATCH 01/17] Add a solution to the gpgkey problem --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 08467ddc..9b34d615 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,27 @@ Install iSulad with yum: yum install -y iSulad ``` +if you found this error +``` +Repository 'openEuler' is missing name in configuration, using id. + +You have enabled checking of packages via GPG keys. This is a good thing. +However, you do not have any GPG public keys installed. You need to download +the keys for packages you wish to install and install them. +You can do that by running the command: + rpm --import public.gpg.key + + +Alternatively you can specify the url to the key you would like to use +for a repository in the 'gpgkey' option in a repository section and YUM +will install it for you. + +For more information contact your distribution or package provider. + +``` + +you should run `rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-openEuler` first + ### Run We provide `systemd` service to start `iSulad`: ```sh -- 2.25.1