Zebra/docker
teor 8861de6a7c
fix(docker): Stop resetting the `cargo-chef` cache in the Dockerfile (#6934)
* Fix Dockerfile cache use

* Remove cache-breaking COPY commands

* Use git to only reset files modified by cargo-chef

* Copy .git and sources before cargo chef cook

* Update .dockerignore to include .git

* Don't use .git

* Use rsync instead of git

* Maybe COPY is needed

* Actually copy changed files using rsync

* Actually copy the files using the correct rsync syntax

* Remove ls commands from Dockerfile
2023-06-22 04:16:50 +00:00
..
zcash-lightwalletd fix(docker): Copy lightwalletd from the correct path during Docker builds (#4886) 2022-08-04 06:29:49 +00:00
zcash-params fix(build): restore Rust stable in builds and beta for CI (#5515) 2022-11-01 10:51:29 +10:00
Dockerfile fix(docker): Stop resetting the `cargo-chef` cache in the Dockerfile (#6934) 2023-06-22 04:16:50 +00:00
entrypoint.sh change(ci): Generate testnet checkpoints in CI (#6581) 2023-05-03 23:14:22 +00:00
runtime-entrypoint.sh fix(deploy): allow the container to raise in MIGs (#6893) 2023-06-09 19:16:39 +00:00