Bug 1869612
Summary: | GPG setup of fedora:rawhide prevents package installation | ||
---|---|---|---|
Product: | [Fedora] Fedora Container Images | Reporter: | Stanislav Levin <slev> |
Component: | base | Assignee: | Clement Verna <clems.verna> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cverna, jpazdziora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-28 08:10:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Stanislav Levin
2020-08-18 11:06:52 UTC
Tracked upstream https://github.com/fedora-cloud/docker-brew-fedora/issues/75 The upstream issue has been closed and things seem to work: # docker run --rm fedora:rawhide dnf install -y make Unable to find image 'fedora:rawhide' locally rawhide: Pulling from library/fedora aaf15a454f9b: Pull complete Digest: sha256:d74130c1686adaa28455730cf1a578f516275654d07531f5fbb626335ba63522 Status: Downloaded newer image for fedora:rawhide Fedora 34 openh264 (From Cisco) - x86_64 1.7 kB/s | 2.5 kB 00:01 Fedora - Modular Rawhide - Developmental packag 3.6 MB/s | 3.6 MB 00:01 Fedora - Rawhide - Developmental packages for t 4.7 MB/s | 74 MB 00:15 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: make x86_64 1:4.3-2.fc33 rawhide 539 k Installing dependencies: gc x86_64 8.0.4-4.fc33 rawhide 104 k guile22 x86_64 2.2.6-6.fc34 rawhide 6.6 M libtool-ltdl x86_64 2.4.6-36.fc33 rawhide 36 k Transaction Summary ================================================================================ Install 4 Packages Total download size: 7.3 M Installed size: 46 M Downloading Packages: (1/4): libtool-ltdl-2.4.6-36.fc33.x86_64.rpm 429 kB/s | 36 kB 00:00 (2/4): gc-8.0.4-4.fc33.x86_64.rpm 398 kB/s | 104 kB 00:00 (3/4): make-4.3-2.fc33.x86_64.rpm 2.2 MB/s | 539 kB 00:00 (4/4): guile22-2.2.6-6.fc34.x86_64.rpm 4.2 MB/s | 6.6 MB 00:01 -------------------------------------------------------------------------------- Total 3.3 MB/s | 7.3 MB 00:02 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libtool-ltdl-2.4.6-36.fc33.x86_64 1/4 Installing : gc-8.0.4-4.fc33.x86_64 2/4 Installing : guile22-2.2.6-6.fc34.x86_64 3/4 Installing : make-1:4.3-2.fc33.x86_64 4/4 Running scriptlet: make-1:4.3-2.fc33.x86_64 4/4 Verifying : gc-8.0.4-4.fc33.x86_64 1/4 Verifying : guile22-2.2.6-6.fc34.x86_64 2/4 Verifying : libtool-ltdl-2.4.6-36.fc33.x86_64 3/4 Verifying : make-1:4.3-2.fc33.x86_64 4/4 Installed: gc-8.0.4-4.fc33.x86_64 guile22-2.2.6-6.fc34.x86_64 libtool-ltdl-2.4.6-36.fc33.x86_64 make-1:4.3-2.fc33.x86_64 Complete! Maybe this can be CLOSED resolved? +1 Closing thanks Yes, it works. Thank you! |