buildpacks / roadmap

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

Let's extend the lifecycle to make it easier to wrap v3 buildpacks so they can be used on v2a/v2b platforms. #1

Closed ssisil closed 5 years ago

ssisil commented 6 years ago

Add the following lifecycle inputs:

  1. -launch, $PACK_LAUNCH_DIR, default in stack images: /workspace
  2. -cache, $PACK_CACHE_DIR, default in stack images: /cache
  3. -app, $PACK_APP_DIR, default in stack images: /workspace/app

Notes