Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information