GPG check FAILED after groupinstall Development Tools

Issues related to applications and software problems and general support
Post Reply
arojnuckarin
Posts: 1
Joined: 2019/10/28 13:17:21

GPG check FAILED after groupinstall Development Tools

Post by arojnuckarin » 2019/10/28 13:54:05

Hi,

I got a centos:latest container from docker hub, run yum -y groupinstall "Development Tools", which completes successfully, then I run yum -y install openssl-devel, I got "GPG check FAILED" message. I tried a few other packages and they all fail with the same "GPG check FAILED" message. If I run yum install before yum groupinstall, it works OK. I also tried "dnf" instead of "yum" and it seems to run into the same problem.
foo.log
(3.49 KiB) Downloaded 39 times
It seems this is a recent problem. The install commands were run successfully on Oct 10 (the last time I run my build pipeline). I have workaround for the time being, but this order dependent behavior is definitely weird.

Thanks in advance,
dak

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: GPG check FAILED after groupinstall Development Tools

Post by TrevorH » 2019/10/28 15:23:57

Both work for me.

What is the output from rpm -qa gpg\* after running the group install and accepting the key but before trying the next install.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply