cloud-build-local --config=cloudbuild.yaml --dryrun=false .
https://cloud.google.com/cloud-build/docs/overview#build_configuration_and_build_steps
Each build step is run with its container attached to a local Docker network named cloudbuild. This allows build steps to communicate with each other and share data.