This Container Builder build step runs the glide
tool.
glide
is used to manage Go source dependencies.
The gcr.io/cloud-builders/glide
build step should be used when you want to run
the glide
tool on your source.
Related: gcr.io/cloud-builders/go
The related build step, gcr.io/cloud-builders/go
, defines the conventions used
to manage a Go workspace.
- Build glide is a basic example that clones the
glide
source from its GitHub repository, usesglide install
to pull in the correct versions of all dependencies, and thego
builder to build theglide
binary.
To build this builder, run the following command in this directory.
$ gcloud builds submit . --config=cloudbuild.yaml