pack config trusted-builders

pack config trusted-builders

List, add and remove trusted builders

Synopsis

When pack considers a builder to be trusted, pack build operations will use a single lifecycle binary called the creator. This is more efficient than using an untrusted builder, where pack will execute five separate lifecycle binaries, each in its own container: analyze, detect, restore, build and export.

For more on trusted builders, and when to trust or untrust a builder, check out our docs here: https://buildpacks.io/docs/tools/pack/concepts/trusted_builders/

pack config trusted-builders [flags]

Options

  -h, --help   Help for 'trusted-builders'

Options inherited from parent commands

      --force-color   Force color output
      --no-color      Disable color output
  -q, --quiet         Show less output
      --timestamps    Enable timestamps in output
  -v, --verbose       Show more output

SEE ALSO