8000 GitHub - scothis/pack: Buildpack CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scothis/pack

 
 

Repository files navigation

pack - Buildpack CLI Build Status

pack is a tool to create runnable images from applications using buildpacks.

For information on buildpacks: buildpacks.io

Example Usage

Currently we recommend using the development detect image

./pack build <REPONAME> [-p <PATH to APP>] --detect-image packsdev/v3:detect

The above will create images on your local daemon. If you wish to create images on a docker registry, use the --publish flag.

./pack build myorg/myapp -p fixtures/node_app --detect-image packsdev/v3:detect --publish

About

Buildpack CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.1%
  • JavaScript 0.8%
0