Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Dockerfile): re-add ip6tables binary #1687

Merged
merged 2 commits into from
Jun 30, 2024

Conversation

aauren
Copy link
Collaborator

@aauren aauren commented Jun 30, 2024

When we reverted from Alpine 3.19 to Alpine 3.18 we somehow lost the ip6tables package which caused issues for users of ipv6. 😞

This also adds a check to ensure that we never miss ip6tables going forward again. I checked and this check works for both Alpine 3.18 with the iptables / ip6tables packages and Alpine 3.19 with the iptables / iptables-legacy packages.

Fixes #1686 in v2.1.3 release

When we reverted from Alpine 3.19 to Alpine 3.18 we somehow lost the
ip6tables package which caused issues for users of ipv6.
@aauren aauren merged commit 4013d21 into master Jun 30, 2024
7 checks passed
@aauren aauren deleted the readd_ip6tables_to_alpine_after_3.18_revert branch June 30, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPv6 Error: unknown option "--icmpv6-type"
1 participant