Skip to content
forked from buildpacks/pack

CLI for building apps using Cloud Native Buildpacks

License

Notifications You must be signed in to change notification settings

quantumsheep/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

./pack build packs/myimage:mytag --path ./myapp

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

./pack build packs/myimage:mytag --path ./myapp --publish

About

CLI for building apps using Cloud Native Buildpacks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%