Explorar o código

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

Add --no-sanity-check to iptables-wrapper-installer.sh
Rajat Chopra %!s(int64=4) %!d(string=hai) anos
pai
achega
ad7f98494b
Modificáronse 4 ficheiros con 4 adicións e 4 borrados
  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"]