Skip to content

Commit 911c3be

Browse files
authored
Merge pull request #4223 from aroradaman/distroless-iptables-remove-conntrack
distroless-iptables: remove dependency from conntrack binary
2 parents 1ae4501 + 76e09ce commit 911c3be

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

images/build/distroless-iptables/distroless-bookworm/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN apt -y update && \
2727
apt -y dist-upgrade && \
2828
apt -y install bash curl && \
2929
mkdir -p "${STAGE_DIR}" && \
30-
/stage-binaries-from-package.sh "${STAGE_DIR}" conntrack \
31-
ipset \
30+
/stage-binaries-from-package.sh "${STAGE_DIR}" ipset \
3231
iptables \
3332
nftables \
3433
kmod && \

images/build/distroless-iptables/distroless-bullseye/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN apt -y update && \
2727
apt -y dist-upgrade && \
2828
apt -y install bash curl && \
2929
mkdir -p "${STAGE_DIR}" && \
30-
/stage-binaries-from-package.sh "${STAGE_DIR}" conntrack \
31-
ipset \
30+
/stage-binaries-from-package.sh "${STAGE_DIR}" ipset \
3231
iptables \
3332
kmod && \
3433
`# below binaries and dash are used by iptables-wrapper-installer.sh` \

0 commit comments

Comments
 (0)