Skip to content

Files

Latest commit

 

History

History
 
 

glide

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Tool builder: gcr.io/cloud-builders/glide

This Container Builder build step runs the glide tool. glide is used to manage Go source dependencies.

When to use this builder

The gcr.io/cloud-builders/glide build step should be used when you want to run the glide tool on your source.

The related build step, gcr.io/cloud-builders/go, defines the conventions used to manage a Go workspace.

Examples

  • Build glide is a basic example that clones the glide source from its GitHub repository, uses glide install to pull in the correct versions of all dependencies, and the go builder to build the glide binary.

Building this builder

To build this builder, run the following command in this directory.

$ gcloud builds submit . --config=cloudbuild.yaml