Skip to content

Commit

Permalink
remove no-sanity-check flag when building flannel image
Browse files Browse the repository at this point in the history
The test is important in case a version of the base image for some arch doesn't include all the needed iptables-related files.
  • Loading branch information
thomasferrandiz committed Feb 21, 2024
1 parent aafad21 commit ea81746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=build /build/dist/flanneld /opt/bin/flanneld
COPY dist/mk-docker-opts.sh /opt/bin/
COPY --from=build /iptables-wrapper/iptables-wrapper-installer.sh /
COPY --from=build /iptables-wrapper/bin/iptables-wrapper /
RUN /iptables-wrapper-installer.sh --no-sanity-check
RUN /iptables-wrapper-installer.sh


ENTRYPOINT ["/opt/bin/flanneld"]
Expand Down

0 comments on commit ea81746

Please sign in to comment.