The code remains available for historic purposes.
The README as of the archival date remains unchanged below for historic purposes.
Local Builder runs Google Cloud Build locally, allowing easier debugging, execution of builds on your own hardware, and integration into local build and test workflows. Please note that the Local Builder is not 100% feature-compatible with the hosted GCB service.
NOTE: The Cloud Build local builder is maintained at best effort as a local debugging tool for Cloud Build. It does not support 100% feature parity with the hosted Cloud Build service and should not be used for production workloads.
-
Ensure you have installed:
-
If the build needs to access a private Google Container Registry, install and configure the Docker credential helper for Google Container Registry.
-
Configure your project for the gcloud tool, where
[PROJECT_ID]
is your Cloud Platform project ID:gcloud config set project [PROJECT-ID]
-
Install by running the following command:
gcloud components install cloud-build-local
After successful installation, you will have
cloud-build-local
in your PATH as part of the Google Cloud SDK binaries. -
To see all of the commands, run:
$ cloud-build-local --help
The Local Builder's command is
$ cloud-build-local
.
The latest binaries are available in a GCS bucket.
Download the latest binaries from GCS.
To run a build:
./cloud-build-local_{linux,darwin}_{386,amd64}-v<latest_tag> --dryrun=false --config=path/to/cloudbuild.yaml path/to/code
See the contributing instructions.
- Only one build can be run at a time on a given host.
- The tool works on the following platforms:
- Linux
- macOS
Our documentation has a page on getting support. If you have general questions about Local Builder or Cloud Build, you can file issues here on GitHub, or see: