All Projects → GoogleCloudPlatform → Cloud Builders

GoogleCloudPlatform / Cloud Builders

Licence: apache-2.0
Builder images and examples commonly used for Google Cloud Build

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Cloud Builders

Cloud Builders Community
Community-contributed images for Google Cloud Build
Stars: ✭ 842 (-13.02%)
Mutual labels:  build, google-cloud-platform
Django Cloud Tasks
Integrate Google Cloud Tasks with Django
Stars: ✭ 27 (-97.21%)
Mutual labels:  google-cloud-platform
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (-19.83%)
Mutual labels:  build
Just Task
Elegant javascript tasks
Stars: ✭ 25 (-97.42%)
Mutual labels:  build
Ngc
NewGoCommand - An opinionated and lightweight project starter. (WORK IN PROGRESS)
Stars: ✭ 16 (-98.35%)
Mutual labels:  build
C cpp project framework
CMake build system( framework) with kconfig support for C/CPP projects
Stars: ✭ 26 (-97.31%)
Mutual labels:  build
Microbundle
📦 Zero-configuration bundler for tiny modules.
Stars: ✭ 6,622 (+584.09%)
Mutual labels:  build
Workshop Net Core Iniciantes
Repositório responsável pelo workshop para aprender os principais conceitos de desenvolvimento em .NET CORE & EF
Stars: ✭ 28 (-97.11%)
Mutual labels:  build
Kamekazi
Self destructing messages
Stars: ✭ 21 (-97.83%)
Mutual labels:  google-cloud-platform
Terraform Google Vault
Terraform module to deploy Vault as a container on Google Cloud Run
Stars: ✭ 25 (-97.42%)
Mutual labels:  google-cloud-platform
Hopp
Crazy rapid build system.
Stars: ✭ 24 (-97.52%)
Mutual labels:  build
Dataflow Tutorial
Cloud Dataflow Tutorial for Beginners
Stars: ✭ 17 (-98.24%)
Mutual labels:  google-cloud-platform
Flutter engine build
Flutter Engine构建产物归档
Stars: ✭ 19 (-98.04%)
Mutual labels:  build
Google Cloud Php
Google Cloud Client Library for PHP
Stars: ✭ 780 (-19.42%)
Mutual labels:  google-cloud-platform
Cloudflare Public Dynamic Ip Update
Updating public dynamic IP address to existing cloudflare DNS record
Stars: ✭ 28 (-97.11%)
Mutual labels:  google-cloud-platform
Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (-24.17%)
Mutual labels:  google-cloud-platform
Obi
OCaml Build Infrastructure
Stars: ✭ 25 (-97.42%)
Mutual labels:  build
Npm Build Boilerplate
A collection of packages that build a website using npm scripts.
Stars: ✭ 963 (-0.52%)
Mutual labels:  build
Medium Article
Repo for articles in my personal blog and Medium
Stars: ✭ 28 (-97.11%)
Mutual labels:  google-cloud-platform
Angular Builders
Angular build facade extensions (Jest and custom webpack configuration)
Stars: ✭ 843 (-12.91%)
Mutual labels:  build

Google Cloud Build official builder images

This repository contains source code for official builders used with the Google Cloud Build 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
  • gcs-fetcher: efficiently fetches objects from Google Cloud Storage
  • git: runs the git tool
  • gke-deploy: deploys an application to a Kubernetes cluster, following Google's recommended best practices
  • go: runs the go tool
  • gradle: runs the gradle tool
  • gsutil: runs the gsutil tool
  • javac: runs the javac 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.

To file issues and feature requests against these builder images, create an issue in this repo. If you are experiencing an issue with the Cloud Build service or have a feature request, e-mail [email protected] or see our Getting support documentation.


Alternative Official Images

Most of the tools in this repo are also available in official community-supported publicly available repositories. Such repos also generally support multiple versions and platforms, available by tag.

The following official community-supported images are compatible with the hosted Cloud Build service and function well as build steps; note that some will require that you specify an entrypoint for the image. Additional details regarding each alternative official image are available in the README.md for the corresponding Cloud Builder.

Future Direction

You may have already noticed that most of the images in this repo now provide notices to the above alternative images. For the hosted Cloud Build service, we are formulating plans surrounding both improved support for existing cloud-builder images and documentation for alternative community-supported images that may be more appropriate for some users. Both this page and the related open issues will be updated with details soon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].