buildpacks / packs

Buildpack cloud builders for the classic v2a (Heroku-style) and v2b (CF-style) buildpacks
https://buildpacks.io
Apache License 2.0
15 stars 8 forks source link

Add PACK_RUN_IMAGE to input #20

Closed jkutner closed 6 years ago

jkutner commented 6 years ago

This allows the client to provide a custom tag for the stack image. This is necessary for Heroku's images (i.e. heroku/heroku:18), but it also facilitates testing of non-default images (i.e. mystack/image:run-beta or something)

jkutner commented 6 years ago

Updated this to us runImage instead of stackName and stackTag per @sclevine's suggestion. I am a bit concerned that this name might be confused with the packs/v3:run image (which it is not), but didn't care strongly enough to choose a different name.