Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

bithavoc/buildpacks-cloud-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buildpacks-cloud-builder

A builder for Cloud Build featuring Docker + Cloud-Native Buildpacks.io.

Example

Example usage modified from the docs:

steps:
- name: 'bithavoc/buildpacks-cloud-builder'
  args: [ 'pack', 'gcr.io/$PROJECT_ID/quickstart-image' ]
images:
- 'gcr.io/$PROJECT_ID/quickstart-image'

Submit:

  gcloud builds submit --config cloudbuild.yaml

License

MIT

About

Google Cloud Build builder with Cloud Native Buildpacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published