packagegroups: add iproute, iptables and tini

As it turns out CNI needs iptables to configure some plugins,
and without it we get a silent fail. It will also be added
to the recipe as a RRECOMMENDS, but we also put it in the
packagegroup for more visibility.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-29 20:18:24 +00:00
parent eb5c2bc4a5
commit 7afd21085b
2 changed files with 3 additions and 0 deletions

View File

@ -41,7 +41,9 @@ RDEPENDS:packagegroup-podman = " \
RDEPENDS:packagegroup-cni = " \
cni \
iptables \
iproute2 \
ipset \
bridge-utils \
"
@ -70,5 +72,6 @@ RDEPENDS:packagegroup-containerd = " \
packagegroup-cni \
containerd-cni \
nerdctl \
tini \
"