pack config lifecycle-image

pack config lifecycle-image

Configure a custom container image for the lifecycle

Synopsis

You can use this command to set a custom image to fetch the lifecycle from.This will be used for untrusted builders. If unset, defaults to: buildpacksio/lifecycleFor 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 lifecycle-image <lifecycle-image> [flags]

Options

  -h, --help    Help for 'lifecycle-image'
  -u, --unset   Unset custom lifecycle image, and use the lifecycle images from buildpacksio/lifecycle

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

  • pack config - Interact with your local pack config file