Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC 0072] Set Image Working Directory to value of CNB_APP_DIR #187

Merged
merged 3 commits into from
Mar 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ Usage:
- `CNB_LAYERS_DIR=<layers>`
- `CNB_APP_DIR=<app>`
- `PATH=/cnb/process:$PATH` where `$PATH` is the value of `$PATH` on the run-image.
- MUST have the working directory set to the value of `<app>`.
- MUST contain the following labels
- `io.buildpacks.lifecycle.metadata`: see [lifecycle metadata label](#iobuildpackslifecyclemetadata-json)
- `io.buildpacks.project.metadata`: the value of which SHALL be the json representation `<project-metadata>`
Expand Down