Bug 2081836

Summary: networking is broken when building containers due to missing container networking package dependencies
Product: Red Hat Enterprise Linux 8 Reporter: Neal Gompa <ngompa13>
Component: buildahAssignee: Jindrich Novy <jnovy>
Status: CLOSED ERRATA QA Contact: Joy Pu <ypu>
Severity: medium Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: amurdaca, atomic-bugs, 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: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: buildah-1.26.1-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2081835 Environment:
Last Closed: 2022-11-08 09:15:45 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:
Attachments:
Description Flags
Dist-Git patch to fix networking dependencies in buildah none

Description Neal Gompa 2022-05-04 19:01:04 UTC
+++ This bug was initially created as a clone of Bug #2081835 +++

Description of problem:
Building containers with buildah does not work because it chokes on missing container networking dependencies that exist with podman. That is, if you *just* install buildah and never install podman, buildah will not work because it cannot correctly set up networking.

This is because the package is missing the following dependencies that podman has:

Suggests: containernetworking-plugins >= 0.9.1-1
Requires: netavark
Requires: iptables
Requires: nftables


Version-Release number of selected component (if applicable):
1.24.2-2.module_el8.7.0+1106+45480ee0

How reproducible:
Always

Steps to Reproduce:
1. Install *only* buildah
2. Use "buildah bud" with containerfiles from https://pagure.io/nginx-vts-container

Actual results:
[root@097500dd2fd6 nginx-vts-container]# buildah bud -t nginx-vts-fedora -f Containerfile.fedora 
STEP 1/9: FROM registry.fedoraproject.org/fedora:latest
Trying to pull registry.fedoraproject.org/fedora:latest...
Getting image source signatures
Copying blob 9c6cc3463716 done  
Copying config 750037c05c done  
Writing manifest to image destination
Storing signatures
STEP 2/9: RUN dnf -y install nginx nginx-mod-vts     && dnf clean all
WARN[0006] Failed to load cached network config: network podman not found in CNI cache, falling back to loading network podman from disk 
WARN[0006] 1 error occurred:
	* plugin type="tuning" failed (delete): failed to find plugin "tuning" in path [/usr/local/libexec/cni /usr/libexec/cni /usr/local/lib/cni /usr/lib/cni /opt/cni/bin]
 
error building at STEP "RUN dnf -y install nginx nginx-mod-vts     && dnf clean all": plugin type="bridge" failed (add): failed to find plugin "bridge" in path [/usr/local/libexec/cni /usr/libexec/cni /usr/local/lib/cni /usr/lib/cni /opt/cni/bin]
[root@097500dd2fd6 nginx-vts-container]# WARN[0000] pkg/bind: error detaching "/var/tmp/buildah231551455/mnt/buildah-bind-target-3": no such file or directory 
WARN[0000] pkg/bind: error removing "/var/tmp/buildah231551455/mnt/buildah-bind-target-3": no such file or directory 
WARN[0000] pkg/bind: error detaching "/var/tmp/buildah231551455/mnt/rootfs": no such file or directory 
WARN[0000] pkg/bind: error removing "/var/tmp/buildah231551455/mnt/rootfs": no such file or directory 
WARN[0000] pkg/bind: error detaching "/var/tmp/buildah231551455/mnt": no such file or directory 
WARN[0000] pkg/bind: error removing "/var/tmp/buildah231551455/mnt": no such file or directory 
ERRO[0000] no such file or directory                    
error running container: did not get container start message from parent: EOF

Expected results:
Successful build of an image.

Additional info:
This also affects Fedora, since those packages are similarly configured.

Comment 1 Neal Gompa 2022-05-04 19:25:42 UTC
Created attachment 1877145 [details]
Dist-Git patch to fix networking dependencies in buildah

I've attached a patch to resolve this issue.

It can be applied to the Red Hat Dist-Git using "git am -p2".

Comment 2 Jindrich Novy 2022-05-05 19:23:39 UTC
Hi Neal, the situation is a bit different for RHEL8 where we still want to keep CNI as the main interface. For that reason I will add the following to the spec file:

Requires: containernetworking-plugins >= 0.9.1-1
Suggest: netavark
Requires: iptables
Requires: nftables

Comment 3 Jindrich Novy 2022-05-05 19:25:42 UTC
Can we get qa ack please?

Comment 8 Joy Pu 2022-05-13 07:34:56 UTC
Checked with buildah-1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64.rpm and it already request containernetworking-plugins installed. So set this to verified.
# yum install buildah-1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64.rpm
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.

Last metadata expiration check: 2:46:10 ago on Fri 13 May 2022 12:31:13 AM EDT.
Dependencies resolved.
==================================================================================================================================================
 Package                                Architecture      Version                                               Repository                   Size
==================================================================================================================================================
Installing:
 buildah                                x86_64            1:1.26.1-2.module+el8.7.0+15212+703a4fc2              @commandline                7.7 M
Installing dependencies:
 containernetworking-plugins            x86_64            1:1.1.1-2.module+el8.7.0+14802+e1f243ee               beaker-AppStream             18 M

Transaction Summary
==================================================================================================================================================
Install  2 Packages

Total size: 26 M
Total download size: 18 M
Installed size: 83 M
Is this ok [y/N]: y
Downloading Packages:
containernetworking-plugins-1.1.1-2.module+el8.7.0+14802+e1f243ee.x86_64.rpm                                       16 MB/s |  18 MB     00:01    
--------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                              16 MB/s |  18 MB     00:01     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                          1/1 
  Installing       : containernetworking-plugins-1:1.1.1-2.module+el8.7.0+14802+e1f243ee.x86_64                                               1/2 
  Installing       : buildah-1:1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64                                                                  2/2 
  Running scriptlet: buildah-1:1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64                                                                  2/2 
  Verifying        : containernetworking-plugins-1:1.1.1-2.module+el8.7.0+14802+e1f243ee.x86_64                                               1/2 
  Verifying        : buildah-1:1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64                                                                  2/2 
Installed products updated.

Installed:
  buildah-1:1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64        containernetworking-plugins-1:1.1.1-2.module+el8.7.0+14802+e1f243ee.x86_64       

Complete!

# rpm -qpR buildah-1.26.1-2.module+el8.7.0+15212+703a4fc2.x86_64.rpm 
containernetworking-plugins >= 0.9.1-1
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.4)(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)
libdl.so.2()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libgpg-error.so.0()(64bit)
libgpgme.so.11()(64bit)
libgpgme.so.11(GPGME_1.0)(64bit)
libgpgme.so.11(GPGME_1.1)(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.3.2)(64bit)
libseccomp.so.2()(64bit)
nftables
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)
runc >= 1.0.0-26
slirp4netns >= 0.3-0

# buildah bud -t nginx-vts-fedora -f  Dockerfile 
STEP 1/2: FROM registry.fedoraproject.org/fedora:latest
Trying to pull registry.fedoraproject.org/fedora:latest...
Getting image source signatures
Copying blob 9c6cc3463716 done  
Copying config 750037c05c done  
Writing manifest to image destination
Storing signatures
STEP 2/2: RUN dnf -y install nginx nginx-mod-vts     && dnf clean all
Fedora 35 - x86_64                              2.6 MB/s |  79 MB     00:30    
Fedora 35 openh264 (From Cisco) - x86_64        2.8 kB/s | 2.5 kB     00:00    
Fedora Modular 35 - x86_64                      2.9 MB/s | 3.3 MB     00:01    
Fedora 35 - x86_64 - Updates                    7.0 MB/s |  30 MB     00:04    
Fedora Modular 35 - x86_64 - Updates            3.1 MB/s | 3.1 MB     00:00    
Dependencies resolved.
================================================================================
 Package                        Arch      Version              Repository  Size
================================================================================
Installing:
 nginx                          x86_64    1:1.20.2-1.fc35      updates    595 k
 nginx-mod-vts                  x86_64    0.1.18-2.fc35        updates    137 k
Installing dependencies:
 acl                            x86_64    2.3.1-2.fc35         fedora      71 k
 cryptsetup-libs                x86_64    2.4.3-1.fc35         updates    430 k
 dbus                           x86_64    1:1.12.22-1.fc35     updates    7.1 k
 dbus-broker                    x86_64    29-4.fc35            fedora     171 k
 dbus-common                    noarch    1:1.12.22-1.fc35     updates     14 k
 device-mapper                  x86_64    1.02.175-6.fc35      fedora     140 k
 device-mapper-libs             x86_64    1.02.175-6.fc35      fedora     179 k
 fedora-logos-httpd             noarch    35.0.0-2.fc35        updates     16 k
 fonts-filesystem               noarch    1:2.0.5-6.fc35       fedora     8.9 k
 gperftools-libs                x86_64    2.9.1-2.fc35         fedora     309 k
 iptables-legacy-libs           x86_64    1.8.7-13.fc35        fedora      39 k
 kmod-libs                      x86_64    29-4.fc35            fedora      63 k
 libargon2                      x86_64    20171227-7.fc35      fedora      28 k
 libfdisk                       x86_64    2.37.4-1.fc35        updates    154 k
 libibverbs                     x86_64    39.0-1.fc35          updates    392 k
 libnl3                         x86_64    3.5.0-8.fc35         fedora     328 k
 libpcap                        x86_64    14:1.10.1-2.fc35     fedora     171 k
 libseccomp                     x86_64    2.5.3-1.fc35         updates     71 k
 libunwind                      x86_64    1.5.0-1.fc35         fedora      66 k
 libutempter                    x86_64    1.2.1-5.fc35         fedora      26 k
 nginx-filesystem               noarch    1:1.20.2-1.fc35      updates     10 k
 nginx-mimetypes                noarch    2.1.53-2.fc35        fedora      21 k
 openssl                        x86_64    1:1.1.1l-2.fc35      fedora     659 k
 systemd                        x86_64    249.11-2.fc35        updates    4.0 M
 systemd-libs                   x86_64    249.11-2.fc35        updates    603 k
 systemd-pam                    x86_64    249.11-2.fc35        updates    323 k
 util-linux                     x86_64    2.37.4-1.fc35        updates    2.2 M
 util-linux-core                x86_64    2.37.4-1.fc35        updates    433 k
 xkeyboard-config               noarch    2.33-2.fc35          fedora     783 k
Installing weak dependencies:
 diffutils                      x86_64    3.8-1.fc35           fedora     400 k
 julietaula-montserrat-fonts    noarch    1:7.222-1.fc35       updates    1.6 M
 libbpf                         x86_64    2:0.4.0-2.fc35       fedora     131 k
 libxkbcommon                   x86_64    1.3.1-1.fc35         fedora     140 k
 logrotate                      x86_64    3.18.1-2.fc35        fedora      75 k
 qrencode-libs                  x86_64    4.1.1-1.fc35         updates     60 k
 systemd-networkd               x86_64    249.11-2.fc35        updates    523 k
 systemd-resolved               x86_64    249.11-2.fc35        updates    266 k

Transaction Summary
================================================================================
Install  39 Packages

Total download size: 16 M
Installed size: 53 M
Downloading Packages:
(1/39): acl-2.3.1-2.fc35.x86_64.rpm             232 kB/s |  71 kB     00:00    
(2/39): device-mapper-1.02.175-6.fc35.x86_64.rp 392 kB/s | 140 kB     00:00    
(3/39): dbus-broker-29-4.fc35.x86_64.rpm        450 kB/s | 171 kB     00:00    
(4/39): device-mapper-libs-1.02.175-6.fc35.x86_ 1.5 MB/s | 179 kB     00:00    
(5/39): fonts-filesystem-2.0.5-6.fc35.noarch.rp 206 kB/s | 8.9 kB     00:00    
(6/39): iptables-legacy-libs-1.8.7-13.fc35.x86_ 809 kB/s |  39 kB     00:00    
(7/39): diffutils-3.8-1.fc35.x86_64.rpm         3.0 MB/s | 400 kB     00:00    
(8/39): kmod-libs-29-4.fc35.x86_64.rpm          1.2 MB/s |  63 kB     00:00    
(9/39): libargon2-20171227-7.fc35.x86_64.rpm    654 kB/s |  28 kB     00:00    
(10/39): gperftools-libs-2.9.1-2.fc35.x86_64.rp 2.7 MB/s | 309 kB     00:00    
(11/39): libpcap-1.10.1-2.fc35.x86_64.rpm       3.3 MB/s | 171 kB     00:00    
(12/39): libbpf-0.4.0-2.fc35.x86_64.rpm         1.9 MB/s | 131 kB     00:00    
(13/39): libnl3-3.5.0-8.fc35.x86_64.rpm         5.0 MB/s | 328 kB     00:00    
(14/39): libunwind-1.5.0-1.fc35.x86_64.rpm      1.4 MB/s |  66 kB     00:00    
(15/39): libutempter-1.2.1-5.fc35.x86_64.rpm    564 kB/s |  26 kB     00:00    
(16/39): libxkbcommon-1.3.1-1.fc35.x86_64.rpm   1.8 MB/s | 140 kB     00:00    
(17/39): logrotate-3.18.1-2.fc35.x86_64.rpm     1.1 MB/s |  75 kB     00:00    
(18/39): nginx-mimetypes-2.1.53-2.fc35.noarch.r 354 kB/s |  21 kB     00:00    
(19/39): xkeyboard-config-2.33-2.fc35.noarch.rp 8.6 MB/s | 783 kB     00:00    
(20/39): openssl-1.1.1l-2.fc35.x86_64.rpm       4.3 MB/s | 659 kB     00:00    
(21/39): dbus-1.12.22-1.fc35.x86_64.rpm          32 kB/s | 7.1 kB     00:00    
(22/39): fedora-logos-httpd-35.0.0-2.fc35.noarc 141 kB/s |  16 kB     00:00    
(23/39): dbus-common-1.12.22-1.fc35.noarch.rpm   45 kB/s |  14 kB     00:00    
(24/39): libfdisk-2.37.4-1.fc35.x86_64.rpm      104 kB/s | 154 kB     00:01    
(25/39): cryptsetup-libs-2.4.3-1.fc35.x86_64.rp 196 kB/s | 430 kB     00:02    
(26/39): libseccomp-2.5.3-1.fc35.x86_64.rpm     674 kB/s |  71 kB     00:00    
(27/39): libibverbs-39.0-1.fc35.x86_64.rpm      425 kB/s | 392 kB     00:00    
(28/39): nginx-filesystem-1.20.2-1.fc35.noarch.  91 kB/s |  10 kB     00:00    
(29/39): nginx-1.20.2-1.fc35.x86_64.rpm         800 kB/s | 595 kB     00:00    
(30/39): qrencode-libs-4.1.1-1.fc35.x86_64.rpm  524 kB/s |  60 kB     00:00    
(31/39): nginx-mod-vts-0.1.18-2.fc35.x86_64.rpm 400 kB/s | 137 kB     00:00    
(32/39): julietaula-montserrat-fonts-7.222-1.fc 446 kB/s | 1.6 MB     00:03    
(33/39): systemd-libs-249.11-2.fc35.x86_64.rpm  491 kB/s | 603 kB     00:01    
(34/39): systemd-networkd-249.11-2.fc35.x86_64. 710 kB/s | 523 kB     00:00    
(35/39): systemd-pam-249.11-2.fc35.x86_64.rpm   521 kB/s | 323 kB     00:00    
(36/39): systemd-resolved-249.11-2.fc35.x86_64. 640 kB/s | 266 kB     00:00    
(37/39): util-linux-core-2.37.4-1.fc35.x86_64.r 245 kB/s | 433 kB     00:01    
(38/39): systemd-249.11-2.fc35.x86_64.rpm       722 kB/s | 4.0 MB     00:05    
(39/39): util-linux-2.37.4-1.fc35.x86_64.rpm    445 kB/s | 2.2 MB     00:05    
--------------------------------------------------------------------------------
Total                                           1.3 MB/s |  16 MB     00:11     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : systemd-libs-249.11-2.fc35.x86_64                     1/39 
  Running scriptlet: systemd-libs-249.11-2.fc35.x86_64                     1/39 
  Installing       : util-linux-core-2.37.4-1.fc35.x86_64                  2/39 
  Running scriptlet: util-linux-core-2.37.4-1.fc35.x86_64                  2/39 
  Running scriptlet: nginx-filesystem-1:1.20.2-1.fc35.noarch               3/39 
  Installing       : nginx-filesystem-1:1.20.2-1.fc35.noarch               3/39 
  Installing       : libfdisk-2.37.4-1.fc35.x86_64                         4/39 
  Installing       : nginx-mimetypes-2.1.53-2.fc35.noarch                  5/39 
  Installing       : qrencode-libs-4.1.1-1.fc35.x86_64                     6/39 
  Installing       : libseccomp-2.5.3-1.fc35.x86_64                        7/39 
  Installing       : dbus-common-1:1.12.22-1.fc35.noarch                   8/39 
  Running scriptlet: dbus-common-1:1.12.22-1.fc35.noarch                   8/39 
  Running scriptlet: dbus-broker-29-4.fc35.x86_64                          9/39 
useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.

  Installing       : dbus-broker-29-4.fc35.x86_64                          9/39 
  Running scriptlet: dbus-broker-29-4.fc35.x86_64                          9/39 
  Installing       : dbus-1:1.12.22-1.fc35.x86_64                         10/39 
  Installing       : xkeyboard-config-2.33-2.fc35.noarch                  11/39 
  Installing       : libxkbcommon-1.3.1-1.fc35.x86_64                     12/39 
  Installing       : openssl-1:1.1.1l-2.fc35.x86_64                       13/39 
  Running scriptlet: libutempter-1.2.1-5.fc35.x86_64                      14/39 
  Installing       : libutempter-1.2.1-5.fc35.x86_64                      14/39 
  Installing       : util-linux-2.37.4-1.fc35.x86_64                      15/39 
warning: /etc/adjtime created as /etc/adjtime.rpmnew

  Running scriptlet: util-linux-2.37.4-1.fc35.x86_64                      15/39 
  Installing       : libunwind-1.5.0-1.fc35.x86_64                        16/39 
  Installing       : gperftools-libs-2.9.1-2.fc35.x86_64                  17/39 
  Installing       : libnl3-3.5.0-8.fc35.x86_64                           18/39 
  Installing       : libibverbs-39.0-1.fc35.x86_64                        19/39 
  Installing       : libpcap-14:1.10.1-2.fc35.x86_64                      20/39 
  Installing       : iptables-legacy-libs-1.8.7-13.fc35.x86_64            21/39 
  Installing       : libbpf-2:0.4.0-2.fc35.x86_64                         22/39 
  Installing       : libargon2-20171227-7.fc35.x86_64                     23/39 
  Installing       : kmod-libs-29-4.fc35.x86_64                           24/39 
  Installing       : fonts-filesystem-1:2.0.5-6.fc35.noarch               25/39 
  Installing       : julietaula-montserrat-fonts-1:7.222-1.fc35.noarch    26/39 
  Installing       : fedora-logos-httpd-35.0.0-2.fc35.noarch              27/39 
  Installing       : diffutils-3.8-1.fc35.x86_64                          28/39 
  Installing       : acl-2.3.1-2.fc35.x86_64                              29/39 
  Installing       : cryptsetup-libs-2.4.3-1.fc35.x86_64                  30/39 
  Installing       : device-mapper-libs-1.02.175-6.fc35.x86_64            31/39 
  Installing       : device-mapper-1.02.175-6.fc35.x86_64                 32/39 
  Installing       : systemd-networkd-249.11-2.fc35.x86_64                33/39 
  Running scriptlet: systemd-networkd-249.11-2.fc35.x86_64                33/39 
  Installing       : systemd-pam-249.11-2.fc35.x86_64                     34/39 
  Installing       : systemd-resolved-249.11-2.fc35.x86_64                35/39 
  Running scriptlet: systemd-resolved-249.11-2.fc35.x86_64                35/39 
  Installing       : systemd-249.11-2.fc35.x86_64                         36/39 
warning: group systemd-journal does not exist - using root

  Running scriptlet: systemd-249.11-2.fc35.x86_64                         36/39 
Creating group input with gid 104.
Creating group kvm with gid 36.
Creating group render with gid 105.
Creating group sgx with gid 106.
Creating group systemd-journal with gid 190.
Creating group systemd-network with gid 192.
Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
Creating group systemd-oom with gid 998.
Creating user systemd-oom (systemd Userspace OOM Killer) with uid 998 and gid 998.
Creating group systemd-resolve with gid 193.
Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
Creating group systemd-timesync with gid 997.
Creating user systemd-timesync (systemd Time Synchronization) with uid 997 and gid 997.
Creating group systemd-coredump with gid 996.
Creating user systemd-coredump (systemd Core Dumper) with uid 996 and gid 996.

  Running scriptlet: logrotate-3.18.1-2.fc35.x86_64                       37/39 
  Installing       : logrotate-3.18.1-2.fc35.x86_64                       37/39 
  Running scriptlet: logrotate-3.18.1-2.fc35.x86_64                       37/39 
Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer.

  Installing       : nginx-1:1.20.2-1.fc35.x86_64                         38/39 
  Running scriptlet: nginx-1:1.20.2-1.fc35.x86_64                         38/39 
  Installing       : nginx-mod-vts-0.1.18-2.fc35.x86_64                   39/39 
  Running scriptlet: systemd-resolved-249.11-2.fc35.x86_64                39/39 
  Running scriptlet: nginx-mod-vts-0.1.18-2.fc35.x86_64                   39/39 
  Verifying        : acl-2.3.1-2.fc35.x86_64                               1/39 
  Verifying        : dbus-broker-29-4.fc35.x86_64                          2/39 
  Verifying        : device-mapper-1.02.175-6.fc35.x86_64                  3/39 
  Verifying        : device-mapper-libs-1.02.175-6.fc35.x86_64             4/39 
  Verifying        : diffutils-3.8-1.fc35.x86_64                           5/39 
  Verifying        : fonts-filesystem-1:2.0.5-6.fc35.noarch                6/39 
  Verifying        : gperftools-libs-2.9.1-2.fc35.x86_64                   7/39 
  Verifying        : iptables-legacy-libs-1.8.7-13.fc35.x86_64             8/39 
  Verifying        : kmod-libs-29-4.fc35.x86_64                            9/39 
  Verifying        : libargon2-20171227-7.fc35.x86_64                     10/39 
  Verifying        : libbpf-2:0.4.0-2.fc35.x86_64                         11/39 
  Verifying        : libnl3-3.5.0-8.fc35.x86_64                           12/39 
  Verifying        : libpcap-14:1.10.1-2.fc35.x86_64                      13/39 
  Verifying        : libunwind-1.5.0-1.fc35.x86_64                        14/39 
  Verifying        : libutempter-1.2.1-5.fc35.x86_64                      15/39 
  Verifying        : libxkbcommon-1.3.1-1.fc35.x86_64                     16/39 
  Verifying        : logrotate-3.18.1-2.fc35.x86_64                       17/39 
  Verifying        : nginx-mimetypes-2.1.53-2.fc35.noarch                 18/39 
  Verifying        : openssl-1:1.1.1l-2.fc35.x86_64                       19/39 
  Verifying        : xkeyboard-config-2.33-2.fc35.noarch                  20/39 
  Verifying        : cryptsetup-libs-2.4.3-1.fc35.x86_64                  21/39 
  Verifying        : dbus-1:1.12.22-1.fc35.x86_64                         22/39 
  Verifying        : dbus-common-1:1.12.22-1.fc35.noarch                  23/39 
  Verifying        : fedora-logos-httpd-35.0.0-2.fc35.noarch              24/39 
  Verifying        : julietaula-montserrat-fonts-1:7.222-1.fc35.noarch    25/39 
  Verifying        : libfdisk-2.37.4-1.fc35.x86_64                        26/39 
  Verifying        : libibverbs-39.0-1.fc35.x86_64                        27/39 
  Verifying        : libseccomp-2.5.3-1.fc35.x86_64                       28/39 
  Verifying        : nginx-1:1.20.2-1.fc35.x86_64                         29/39 
  Verifying        : nginx-filesystem-1:1.20.2-1.fc35.noarch              30/39 
  Verifying        : nginx-mod-vts-0.1.18-2.fc35.x86_64                   31/39 
  Verifying        : qrencode-libs-4.1.1-1.fc35.x86_64                    32/39 
  Verifying        : systemd-249.11-2.fc35.x86_64                         33/39 
  Verifying        : systemd-libs-249.11-2.fc35.x86_64                    34/39 
  Verifying        : systemd-networkd-249.11-2.fc35.x86_64                35/39 
  Verifying        : systemd-pam-249.11-2.fc35.x86_64                     36/39 
  Verifying        : systemd-resolved-249.11-2.fc35.x86_64                37/39 
  Verifying        : util-linux-2.37.4-1.fc35.x86_64                      38/39 
  Verifying        : util-linux-core-2.37.4-1.fc35.x86_64                 39/39 

Installed:
  acl-2.3.1-2.fc35.x86_64                                                       
  cryptsetup-libs-2.4.3-1.fc35.x86_64                                           
  dbus-1:1.12.22-1.fc35.x86_64                                                  
  dbus-broker-29-4.fc35.x86_64                                                  
  dbus-common-1:1.12.22-1.fc35.noarch                                           
  device-mapper-1.02.175-6.fc35.x86_64                                          
  device-mapper-libs-1.02.175-6.fc35.x86_64                                     
  diffutils-3.8-1.fc35.x86_64                                                   
  fedora-logos-httpd-35.0.0-2.fc35.noarch                                       
  fonts-filesystem-1:2.0.5-6.fc35.noarch                                        
  gperftools-libs-2.9.1-2.fc35.x86_64                                           
  iptables-legacy-libs-1.8.7-13.fc35.x86_64                                     
  julietaula-montserrat-fonts-1:7.222-1.fc35.noarch                             
  kmod-libs-29-4.fc35.x86_64                                                    
  libargon2-20171227-7.fc35.x86_64                                              
  libbpf-2:0.4.0-2.fc35.x86_64                                                  
  libfdisk-2.37.4-1.fc35.x86_64                                                 
  libibverbs-39.0-1.fc35.x86_64                                                 
  libnl3-3.5.0-8.fc35.x86_64                                                    
  libpcap-14:1.10.1-2.fc35.x86_64                                               
  libseccomp-2.5.3-1.fc35.x86_64                                                
  libunwind-1.5.0-1.fc35.x86_64                                                 
  libutempter-1.2.1-5.fc35.x86_64                                               
  libxkbcommon-1.3.1-1.fc35.x86_64                                              
  logrotate-3.18.1-2.fc35.x86_64                                                
  nginx-1:1.20.2-1.fc35.x86_64                                                  
  nginx-filesystem-1:1.20.2-1.fc35.noarch                                       
  nginx-mimetypes-2.1.53-2.fc35.noarch                                          
  nginx-mod-vts-0.1.18-2.fc35.x86_64                                            
  openssl-1:1.1.1l-2.fc35.x86_64                                                
  qrencode-libs-4.1.1-1.fc35.x86_64                                             
  systemd-249.11-2.fc35.x86_64                                                  
  systemd-libs-249.11-2.fc35.x86_64                                             
  systemd-networkd-249.11-2.fc35.x86_64                                         
  systemd-pam-249.11-2.fc35.x86_64                                              
  systemd-resolved-249.11-2.fc35.x86_64                                         
  util-linux-2.37.4-1.fc35.x86_64                                               
  util-linux-core-2.37.4-1.fc35.x86_64                                          
  xkeyboard-config-2.33-2.fc35.noarch                                           

Complete!
42 files removed
COMMIT nginx-vts-fedora
Getting image source signatures
Copying blob c550c8e0f355 skipped: already exists  
Copying blob 05657b819095 done  
Copying config fe9004b09d done  
Writing manifest to image destination
Storing signatures
--> fe9004b09d0
Successfully tagged localhost/nginx-vts-fedora:latest
fe9004b09d0ddb9e7308f2c271b7b821e97fe2c943715a7687c72ce0b5de37ac

Comment 9 Neal Gompa 2022-05-16 21:35:04 UTC
(In reply to Jindrich Novy from comment #2)
> Hi Neal, the situation is a bit different for RHEL8 where we still want to
> keep CNI as the main interface. For that reason I will add the following to
> the spec file:
> 
> Requires: containernetworking-plugins >= 0.9.1-1
> Suggest: netavark
> Requires: iptables
> Requires: nftables

Works for me.

Comment 10 Neal Gompa 2022-05-16 21:36:15 UTC
Jindrich, do you know when it'll be pushed out to CentOS Stream 8?

Comment 11 Jindrich Novy 2022-05-17 08:50:01 UTC
It should be already there Neal: https://errata.devel.redhat.com/advisory/89717/builds (+ the advisory is in QE state)

To my understanding, when RHEL8.7 advisory is in QE state it should appear there the next day. Not sure what else I could do to make it appear in c8s. If you have any pointers, feel free to share.

Comment 13 errata-xmlrpc 2022-11-08 09:15:45 UTC
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: container-tools:rhel8 security, bug fix, and enhancement 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:7457