Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.48 KB

Google Cloud Container Builder official builder images

This repository contains source code for official builders used with the Google Cloud Container Builder API.

Pre-built images are available at gcr.io/cloud-builders/... and include:

  • bazel: runs the bazel tool
  • curl: runs the curl tool
  • docker: runs the docker tool
  • dotnet: run the dotnet tool
  • gcloud: runs the gcloud tool
  • git: runs the git tool
  • go: runs the go tool
  • gradle: runs the gradle tool
  • gsutil: runs the gsutil tool
  • kubectl: runs the kubectl tool
  • mvn: runs the maven tool
  • npm: runs the npm tool
  • wget: runs the wget tool
  • yarn: runs the yarn tool

Builders contributed by the public are available in the Cloud Builders Community repo.

File issues here, or e-mail [email protected] if you have questions about the usage of these build steps or the Cloud Container Builder API in general.