pack v0.0.4
Added ability to create custom builder and use user provided stacks.
Prerequisites
- Local Docker Daemon
Install
- Download tar file, extract the binary and add the path to the binary to
PATH
Run
Run the command pack
. If the binary is not executable, run chmod +x pack
to make it executable.
You should see the following output
Usage:
pack [command]
Available Commands:
add-stack
build
create-builder
delete-stack
help Help about any command
update-stack
Flags:
-h, --help help for pack
Use "pack [command] --help" for more information about a command.
Release Notes
Upcoming Features
- Support for windows version - #29
- Ability to swap out base stack - buildpacks/roadmap#2
- Ability to specify which buildpack you want to use - #25