buildpacks / roadmap

Issue tracker
https://buildpacks.io
Apache License 2.0
0 stars 0 forks source link

`pack build <app img> --buildpack <buildpack source directory>` allows developer to build app with custom buildpack without using a builder #11

Closed ssisil closed 5 years ago

ssisil commented 5 years ago

GIVEN I have the source code for a cloud native buildpack in a local directory on my machine WHEN I run pack build <image-name> --buildpack <dir> --path <app source code> THEN my image will be built using the buildpack provided in the directory passed into the --buildpack flag


Note