Bug 2081835
Summary: | networking is broken when building containers due to missing container networking package dependencies | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Neal Gompa <ngompa13> | |
Component: | buildah | Assignee: | Jindrich Novy <jnovy> | |
Status: | CLOSED ERRATA | QA Contact: | Joy Pu <ypu> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | CentOS Stream | CC: | amurdaca, bstinson, davdunc, davide, davidmccheyne, debarshir, dwalsh, extras-qa, fedora, jnovy, jwboyer, lsm5, michel, nalin, pehunt, pthomas, rh.container.bot, santiago, tsweeney, umohnani, ypu | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | buildah-1.26.1-2.el9 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 2081834 | |||
: | 2081836 (view as bug list) | Environment: | ||
Last Closed: | 2022-11-15 10:09:51 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
Neal Gompa
2022-05-04 18:59:08 UTC
Merge request proposed: https://gitlab.com/redhat/centos-stream/rpms/buildah/-/merge_requests/125 Agreed, this is now added. Checked with buildah-1.26.1-2.el9.x86_64.rpm the request packages are included the network related ones. So set the Tested flag. # rpm -qpR buildah-1.26.1-2.el9.x86_64.rpm containers-common >= 2:1-2 iptables libassuan.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libgpg-error.so.0()(64bit) libgpgme.so.11()(64bit) libgpgme.so.11(GPGME_1.0)(64bit) libgpgme.so.11(GPGME_1.1)(64bit) libseccomp.so.2()(64bit) netavark nftables rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsZstd) <= 5.4.18-1 rtld(GNU_HASH) runc >= 1.0.0-26 slirp4netns >= 0.3-0 Checked with buildah-1:1.26.1-3.el9.x86_64 and it is already fit the request. So set this to verified. # yum deplist buildah |grep -e netavark -e iptables -e nftables -e buildah Last metadata expiration check: 0:19:11 ago on Mon 23 May 2022 05:07:28 AM EDT. package: buildah-1:1.26.1-3.el9.x86_64 dependency: iptables provider: iptables-nft-1.8.7-28.el9.x86_64 dependency: netavark provider: netavark-2:1.0.1-34.el9.x86_64 dependency: nftables provider: nftables-1:0.9.8-12.el9.i686 provider: nftables-1:0.9.8-12.el9.x86_64 And the from the source code: [root@kvm-06-guest17 ~]# cat rpmbuild/SPECS/buildah.spec |grep -e netavark -e iptables -e nftables -e containernetworking-plugins Suggests: containernetworking-plugins >= 0.9.1-1 Requires: netavark Requires: iptables Requires: nftables Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: buildah security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:8008 |