github buildpacks/pack v0.0.4
pack v0.0.4

latest releases: v0.33.2, v0.33.1, v0.33.0...
5 years ago

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

  • Added ability to add user provided stacks- #33
  • Added ability to use a custom builder - #23

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

Don't miss a new pack release

NewReleases is sending notifications on new releases.