- FROM arm32v6/alpine
- LABEL maintainer="Tom Denham <tom@tigera.io>"
- ENV FLANNEL_ARCH=arm
- ADD dist/qemu-$FLANNEL_ARCH-static /usr/bin/qemu-$FLANNEL_ARCH-static
- RUN apk add --no-cache iproute2 net-tools ca-certificates iptables && update-ca-certificates
- COPY dist/flanneld-$FLANNEL_ARCH /opt/bin/flanneld
- COPY dist/mk-docker-opts.sh /opt/bin/
- ENTRYPOINT ["/opt/bin/flanneld"]
|