This repository contains source code for Dazlab's custom Docker images used in Google Cloud Build.
- Google Cloud project created with Billing enabled
- Cloud Build API enabled
- gcloud CLI installed
To use these build images in your Google Cloud Project, do the following
- Clone this source repo.
- Go to the selected image, and schedule a build from the command line.
Example commands for heroku image:
git clone https://github.com/dazlab-team/gcp-builders.git
cd gcp-builders/heroku
gcloud --project=<your GCP project ID> builds submit .
Based on the the example above, here's how to use the installed heroku
image:
steps:
- name: gcr.io/$PROJECT_ID/heroku
args: ['login']
env: ["HEROKU_API_KEY=XXXXXXXXXXXXX"]
See also more examples in the image's README.
This source code is licensed under Apache 2.0. Full license text is available in LICENSE.