github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/applications/calico/Kubefile (about) 1 FROM kubernetes:v1.19.8-alpine 2 COPY etc . 3 COPY imageList manifests 4 #RUN wget https://docs.projectcalico.org/manifests/tigera-operator.yaml 5 CMD kubectl apply -f etc/tigera-operator.yaml 6 CMD kubectl apply -f etc/custom-resources.yaml