-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JSC-60962 Switch to nftables as kernel 6.8 doesn't support iptables f…
…ramework
- Loading branch information
1 parent
59c834c
commit 0d83a67
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,7 @@ LABEL maintainer="Zircon team <[email protected]>" | |
ARG JOOL_VER=4.1.13-r0 | ||
|
||
RUN apk --no-cache add \ | ||
jool-tools=${JOOL_VER} \ | ||
iptables \ | ||
ip6tables | ||
jool-tools=${JOOL_VER} | ||
|
||
COPY *.sh / | ||
RUN chmod +x /*.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters