Skip to content

Files

Latest commit

3590297 · May 27, 2020

History

History
This branch is 187 commits behind GoogleCloudPlatform/cloud-builders-community:master.

pack

Pack

pack is the CLI for building apps using Cloud Native Buildpacks.

This build step invokes pack commands in Google Cloud Build.

Arguments passed to this builder will be passed to pack directly, allowing callers to run any pack command.

Usage:

To build a Docker image from sources:

steps:
- name: gcr.io/$PROJECT_ID/pack
  args: ["build", "--builder", "heroku/buildpacks:18", "gcr.io/$PROJECT_ID/sample:tag"]