Quellcode durchsuchen

Add --no-sanity-check to iptables-wrapper-installer.sh for architectures other than amd64

Signed-off-by: Chris Kim <oats87g@gmail.com>
Chris Kim vor 4 Jahren
Ursprung
Commit
0a5fca3daf
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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"]