Right now we redo the entire build of all the images, even if we only modified one dockerfile. We should explore re-using existing built images if the dockerfile wasn't touched, as well as trying to move some of the build tasks out of the repo and instead pull in pre-built artifacts for them.
Right now we redo the entire build of all the images, even if we only modified one dockerfile. We should explore re-using existing built images if the dockerfile wasn't touched, as well as trying to move some of the build tasks out of the repo and instead pull in pre-built artifacts for them.