Skip to content

Latest commit

 

History

History

pack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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"]