Skip to content

Commit 457038f

Browse files
committed
Remove iptables from packages
Podman 6.0 won't support iptables anymore. It's a good opportunity to remove iptables from machine-os too. iptables kernel modules are kept to avoid breaking containers that requires them (e.g. docker in docker). This is a follow-up of containers/netavark#1353 containers/podman#27555 and related to https://issues.redhat.com/browse/RUN-3723 Signed-off-by: Mario Loriedo <[email protected]>
1 parent 842e336 commit 457038f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

podman-image/build_common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ PACKAGES=(
9999
openssh-server
100100
cifs-utils
101101
nfs-utils-coreos
102-
iptables-nft
103102
iproute
104103
dhcp-client
105104

podman-image/podman-iptables.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# still need it, i.e. nested docker or older podman.
55
# Normally it would be up to the sys admin to configure this but given
66
# podman machine os is more of "managed" OS we should just keep it to
7-
# avoid breaking users, https://github.com/containers/podman/issues/25153.
8-
# TODO (6.0): consider removing this in a major release where we can justify
9-
# removing legacy modules.
7+
# avoid breaking users:
8+
# - https://github.com/containers/podman/issues/25153.
9+
# - https://github.com/containers/podman-machine-os/pull/197#issuecomment-3558043836
1010
ip_tables
1111
ip6_tables

0 commit comments

Comments
 (0)