buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Add support for working-directory in launch.toml (API>=0.8) #133

Closed gcemaj closed 2 years ago

gcemaj commented 2 years ago

Add support for working directory setting in launch.toml

If API is not 0.8 then log that this setting will be ignored, and reset working directory to be blank. Otherwise ensure that the setting is propagated.

Closes #127