networkop / meshnet-cni

a (K8s) CNI plugin to create arbitrary virtual network topologies
BSD 3-Clause "New" or "Revised" License
116 stars 27 forks source link

Fix for issue#10 #11

Closed tahir24434 closed 4 years ago

tahir24434 commented 4 years ago

https://github.com/networkop/meshnet-cni/issues/10 daemon/generated in proto_base is at path /go/daemon/generated. In build_base, we are modifying the Workdir. Without this change, we hit below error

failed to solve with frontend dockerfile.v0: failed to build LLB: failed to compute cache key: failed to walk /var/lib/docker/tmp/buildkit-mount009672704/daemon: lstat /var/lib/docker/tmp/buildkit-mount009672704/daemon: no such file or directory

networkop commented 4 years ago

so does it build successfully with this change?

tahir24434 commented 4 years ago

Yes. with this change, it builds fine.