github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/chaos/manifests/Dockerfile (about) 1 FROM gcr.io/pingcap-public/pingcap/alpine:alpine-3.14.6 2 3 ADD tiflow /tiflow 4 ADD tiflow-chaos-case /tiflow-chaos-case 5 ADD engine-conf /engine-conf 6 7 RUN chmod a+x /tiflow /tiflow-chaos-case 8 9 WORKDIR / 10 11 EXPOSE 10239 10240 10241