Timtech4u / awesome-cloudbuild

A curated list of resources about all things Google Cloud Build

Home Page:https://cloud.google.com/cloud-build/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Cloud Build Awesome

A curated list of resources about all things Google Cloud Build

awesome-cloud-build.png

What is Cloud Build?

Cloud Build is a service that executes your builds on Google Cloud Platform infrastructure.

Cloud Build can import source code from Google Cloud Storage, Cloud Source Repositories, GitHub, or Bitbucket, execute a build to your specifications, and produce artifacts.

Cloud Build executes your build as a series of build steps, where each build step is run in a Docker container by a builder image.

Contents

Useful links

Useful links on Cloud Build.

Quickstarts

Quickstarts for Cloud Build.

Tutorials

Tutorials on Cloud Build.

Articles

Articles on Cloud Build.

Cloud Builders

Supported builder images for Google Cloud Build, codes on GitHub

Community Cloud Builders

Community-contributed images for Google Cloud Build, codes on GitHub

Cloud Build Configuration File Templates

The cloudbuild.yaml templates are to guide you in creating yours. You can find Dockerfiles here

Tools

  • buildstatus Cloud Build status notifications in Slack using Cloud Run
  • buildhub.dev Enable build notification from Google Cloudbuild to Slack
  • cloudbuild-slack Customisable Cloud Build status notifications in Slack using Cloud Functions
  • gcb-visualizer Visualize the cloud build pipeline with Graphviz

Meetups

Meetups on Cloud Build

About

A curated list of resources about all things Google Cloud Build

https://cloud.google.com/cloud-build/

License:MIT License