Skip to content

Commit 9b2dfe2

Browse files
committed
network-tools image: pin alpine 3.18 for legacy iptables
1 parent 9e5dec6 commit 9b2dfe2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

images/network-tools/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
FROM alpine:3
1+
# FIXME: use of alpine:3.19 makes iptables work in "nf_tables" mode instead of
2+
# "legacy" mode, and then our init container breaks.
3+
#
4+
# ref: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3368
5+
#
6+
FROM alpine:3.18
27

38
# VULN_SCAN_TIME=2024-01-29_05:13:22
49

0 commit comments

Comments
 (0)