Bug 2025899
| Summary: | dnf fails with "getaddrinfo() thread failed to start" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora Container Images | Reporter: | Stephen Kitt <skitt> |
| Component: | fedora-container-image | Assignee: | Clement Verna <clems.verna> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | brian.murrell, castedo, clems.verna, dornelas, fedoraproject, pasik, rmeggins, tilos, tsweeney |
| 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: | 2022-03-16 09:37:31 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
Stephen Kitt
2021-11-23 10:35:34 UTC
I see the same problem. If I add '--security-opt seccomp=unconfined' then it works, i.e.: $ container=$(buildah from --security-opt seccomp=unconfined fedora:35) Thanks to https://pascalroeleven.nl/2021/09/09/ubuntu-21-10-and-fedora-35-in-docker/. Any update here? This happens with docker also. I'm running into this exact issue on Quay.io trying to build a F35-based image. At this point I'm fairly sure this is a duplicate of BZ 2009047. @clems.verna @tsweeney seems like we could close this one out if you agree. Seems like a dupe to me too, well spotted Derrick. I'm fine with setting this as a duplicate. *** This bug has been marked as a duplicate of bug 2009047 *** @dornelas got this today on quay.io build. Do you know when the build nodes of quay will have this fix? fyi here the quay.io JIRA ticket: https://issues.redhat.com/browse/PROJQUAY-3739 |