Skip to content

Commit

Permalink
feat(iptables): add custom iptables-1.8.11 APKs
Browse files Browse the repository at this point in the history
This commit should never be merged to master, this is just here as a
temporary change to allow people to test with a version of kube-router
that has a modern iptables userspace.

Hopefully Alpine will carry this package officially in an upcoming
release.
  • Loading branch information
aauren committed Dec 26, 2024
1 parent 07c1e27 commit e057f9d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ RUN apk add --no-cache \
curl -L -o /usr/local/share/bash-completion/bash-completion \
https://raw.githubusercontent.com/scop/bash-completion/master/bash_completion

COPY ./build/apks /apks

RUN apk add --allow-untrusted /apks/*.apk && \
rm -rf /apks

COPY build/image-assets/bashrc /root/.bashrc
COPY build/image-assets/profile /root/.profile
COPY build/image-assets/vimrc /root/.vimrc
Expand Down
Binary file added build/apks/APKINDEX.tar.gz
Binary file not shown.
Binary file added build/apks/iptables-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/iptables-dev-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/iptables-doc-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/iptables-legacy-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/iptables-openrc-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/libip4tc-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/libip6tc-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/libipq-1.8.11-r1.apk
Binary file not shown.
Binary file added build/apks/libxtables-1.8.11-r1.apk
Binary file not shown.

0 comments on commit e057f9d

Please sign in to comment.