We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aafad21 + d141df8 commit 001b36dCopy full SHA for 001b36d
images/Dockerfile
@@ -33,6 +33,9 @@ COPY --from=build /build/dist/flanneld /opt/bin/flanneld
33
COPY dist/mk-docker-opts.sh /opt/bin/
34
COPY --from=build /iptables-wrapper/iptables-wrapper-installer.sh /
35
COPY --from=build /iptables-wrapper/bin/iptables-wrapper /
36
+# check manually that iptables-legacy and iptables-nft are present since
37
+# iptables-wrapper-installer.sh sanity check doesn't work for multi-arch build
38
+RUN which iptables-legacy && which iptables-nft
39
RUN /iptables-wrapper-installer.sh --no-sanity-check
40
41
0 commit comments