Backport #57669 to 23.8: Pin alpine version of integration tests helper container

This commit is contained in:
robot-clickhouse 2023-12-08 13:39:42 +00:00
parent 32bfa93a99
commit 19dc96e58e

View File

@ -1,7 +1,7 @@
# docker build -t clickhouse/integration-helper .
# Helper docker container to run iptables without sudo
FROM alpine
FROM alpine:3.18
RUN apk add --no-cache -U iproute2 \
&& for bin in iptables iptables-restore iptables-save; \
do ln -sf xtables-nft-multi "/sbin/$bin"; \