We are moving the container creation process to Google Container Builder. We have several repos using Node or Scala.
As with the actual functions of the container linker, is it possible to cache dependencies between two lines (for example: node_modules, .ivy, ...). It really is a time (money) consuming in order to download everything every time.
I know that you can create a custom docker image with all packaged inside, but we would prefer to avoid this solution.
For example, can we set up a permanent volume for this purpose, as was the case with DroneIO? or even better, for example, in Bitbucket pipelines?
thank
source
share