Skip to content

avidueiram/cloud-builders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloud-builders

This repository contains source code for Docker images that can be later on used as build steps for Google Cloud Build.

How to use

Google Cloud Build executes a build as a series of build steps. Each build step is run in a Docker container. See the Cloud Build documentation for more details about builds and build steps.

To use one of the Docker images as a build step, you need to download the source code from this repository and build the image.

Build the image with the following command, replacing image-name with the name of the image you want to build and project-id with the ID of the project where you want to push the image:

./build.sh image-name project-id

About

Base images for Google Cloud Build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors