- FROM s390x/alpine:3.13
- LABEL maintainer="Tom Denham <tom@tigera.io>"
- ENV FLANNEL_ARCH=s390x
- ADD dist/qemu-$FLANNEL_ARCH-static /usr/bin/qemu-$FLANNEL_ARCH-static
- RUN apk add
- RUN apk add wireguard-tools
- 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
- ENTRYPOINT ["/opt/bin/flanneld"]
|