Burrow icon indicating copy to clipboard operation
Burrow copied to clipboard

Cache dependencies in docker build using go mod

Open chrisbeard opened this issue 4 years ago • 0 comments

After making a source change to Burrow, the docker build downloads the entire set of dependencies each time the image is built.

By downloading dependencies before building Burrow itself, we leverage docker's build cache to skip downloading all of the dependencies in subsequent rebuilds.

chrisbeard avatar Nov 09 '20 16:11 chrisbeard