fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

dnf / yum broken for fedora:rawhide due to missing PGP keys #86

Closed TimWolla closed 3 years ago

TimWolla commented 3 years ago
$ docker pull fedora:rawhide
rawhide: Pulling from library/fedora
Digest: sha256:7d8007e16d015834003cad34e84ecdffd2469060e2a95c66b763991518ae26ef
Status: Image is up to date for fedora:rawhide
docker.io/library/fedora:rawhide
$ docker run -it --rm -v (pwd):(pwd) -v (pwd):/pwd --workdir /pwd fedora:rawhide bash
[root@d88c471efd6d pwd]# dnf install make
Fedora 34 openh264 (From Cisco) - x86_64        1.7 kB/s | 2.5 kB     00:01    
Fedora - Modular Rawhide - Developmental packag 755 kB/s | 698 kB     00:00    
Fedora - Rawhide - Developmental packages for t 7.7 MB/s |  73 MB     00:09    
Dependencies resolved.
================================================================================
 Package             Architecture  Version                 Repository      Size
================================================================================
Installing:
 make                x86_64        1:4.3-4.fc34            rawhide        540 k
Installing dependencies:
 gc                  x86_64        8.0.4-5.fc34            rawhide        105 k
 guile22             x86_64        2.2.7-2.fc34            rawhide        6.5 M
 libtool-ltdl        x86_64        2.4.6-40.fc34           rawhide         36 k

Transaction Summary
================================================================================
Install  4 Packages

Total download size: 7.1 M
Installed size: 46 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm    360 kB/s |  36 kB     00:00    
(2/4): gc-8.0.4-5.fc34.x86_64.rpm               681 kB/s | 105 kB     00:00    
(3/4): make-4.3-4.fc34.x86_64.rpm               3.6 MB/s | 540 kB     00:00    
(4/4): guile22-2.2.7-2.fc34.x86_64.rpm          7.1 MB/s | 6.5 MB     00:00    
--------------------------------------------------------------------------------
Total                                           5.1 MB/s | 7.1 MB     00:01     
warning: /var/cache/dnf/rawhide-2d95c80a1fa0a67d/packages/gc-8.0.4-5.fc34.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 9867c58f: NOKEY
Fedora - Rawhide - Developmental packages for t 1.6 MB/s | 1.6 kB     00:00    
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-x86_64 (0x45719A39) is already installed
The GPG keys listed for the "Fedora - Rawhide - Developmental packages for the next Fedora release" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: gc-8.0.4-5.fc34.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-x86_64
Public key for guile22-2.2.7-2.fc34.x86_64.rpm is not installed. Failing package is: guile22-2.2.7-2.fc34.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-x86_64
Public key for libtool-ltdl-2.4.6-40.fc34.x86_64.rpm is not installed. Failing package is: libtool-ltdl-2.4.6-40.fc34.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-x86_64
Public key for make-4.3-4.fc34.x86_64.rpm is not installed. Failing package is: make-1:4.3-4.fc34.x86_64
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-x86_64
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED

Probably related to #75?

cverna commented 3 years ago

@siddharthvipul can you run a release to update DockerHub images ?

siddharthvipul commented 3 years ago

@siddharthvipul can you run a release to update DockerHub images ?

sure, will be done today

TimWolla commented 3 years ago

This is resolved for me. Thanks.