Commit f5b9076
committed
Fixing out of memory with Usage:
pack builder create <image-name> --config <builder-config-path> [flags]
Examples:
pack builder create my-builder:bionic --config ./builder.toml
Flags:
-R, --buildpack-registry string Buildpack Registry by name
-c, --config string Path to builder TOML file (required)
--depth int Max depth to flatten each composite buildpack.
Omission of this flag or values < 0 will flatten the entire tree. (default -1)
--flatten Flatten each composite buildpack into a single layer
-e, --flatten-exclude strings Buildpacks to exclude from flattening, in the form of '<buildpack-id>@<buildpack-version>'
-h, --help Help for 'create'
--publish Publish to registry
--pull-policy string Pull policy to use. Accepted values are always, never, and if-not-present. The default is always
Global Flags:
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output using pack 0.30
Signed-off-by: Juan Bustamante <jbustamante@vmware.com>1 parent b0d4f27 commit f5b9076
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
| 451 | + | |
457 | 452 | | |
458 | 453 | | |
459 | 454 | | |
| |||
0 commit comments