Browse Source

Merge pull request #1340 from Oats87/iwi-no-sanity-check

Add --no-sanity-check to iptables-wrapper-installer.sh
Rajat Chopra 4 years ago
parent
commit
ad7f98494b
4 changed files with 4 additions and 4 deletions
  1. 1 1
      Dockerfile.arm
  2. 1 1
      Dockerfile.arm64
  3. 1 1
      Dockerfile.ppc64le
  4. 1 1
      Dockerfile.s390x

+ 1 - 1
Dockerfile.arm

@@ -10,7 +10,7 @@ RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.or
 COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
 COPY dist/mk-docker-opts.sh /opt/bin/
 COPY dist/iptables-wrapper-installer.sh /
-RUN /iptables-wrapper-installer.sh
+RUN /iptables-wrapper-installer.sh --no-sanity-check
 
 ENTRYPOINT ["/opt/bin/flanneld"]
 

+ 1 - 1
Dockerfile.arm64

@@ -10,7 +10,7 @@ RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.or
 COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
 COPY dist/mk-docker-opts.sh /opt/bin/
 COPY dist/iptables-wrapper-installer.sh /
-RUN /iptables-wrapper-installer.sh
+RUN /iptables-wrapper-installer.sh --no-sanity-check
 
 ENTRYPOINT ["/opt/bin/flanneld"]
 

+ 1 - 1
Dockerfile.ppc64le

@@ -10,7 +10,7 @@ RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.or
 COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
 COPY dist/mk-docker-opts.sh /opt/bin/
 COPY dist/iptables-wrapper-installer.sh /
-RUN /iptables-wrapper-installer.sh
+RUN /iptables-wrapper-installer.sh --no-sanity-check
 
 ENTRYPOINT ["/opt/bin/flanneld"]
 

+ 1 - 1
Dockerfile.s390x

@@ -10,7 +10,7 @@ RUN apk add wireguard-tools --no-cache --repository http://dl-cdn.alpinelinux.or
 COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
 COPY dist/mk-docker-opts.sh /opt/bin/
 COPY dist/iptables-wrapper-installer.sh /
-RUN /iptables-wrapper-installer.sh
+RUN /iptables-wrapper-installer.sh --no-sanity-check
 
 ENTRYPOINT ["/opt/bin/flanneld"]