* Add support for Platform API Version 0.2
* Extend the incompatible-platform-version check to include a minimum-supported version.
* When encountering lifecycle with platform API version 0.2 and above:
* Stop requiring cacher when creating a new builder.
* Remove cacher build phase.
* Reorder analyzer and restorer build phases.
* Change the -path cache flag name to -cache-dir.
Signed-off-by: Lukas Berger <bergerl@google.com>
* Remove support for lifecycle < 0.3.0
* Abstract buildpack and lifecycle contents into `blobs`
* Remove use of image cache in favor of volume cache
* Add option to change cache dir in `pack.Client`
Signed-off-by: Javier Romero <jromero@pivotal.io>
Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
* Allow create-builder on Windows
- Also allow tgz buildpacks on build command
- Still disallowing directory buildpacks on Windows
Resolves#181
Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
Signed-off-by: Javier Romero <jromero@pivotal.io>