-
Notifications
You must be signed in to change notification settings - Fork 71
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 for build environment variables #293
base: main
Are you sure you want to change the base?
Conversation
Maintainers, As you review this RFC please queue up issues to be created using the following commands:
Issues(none) |
Signed-off-by: Pratiksha Kap <[email protected]>
Hi @kappratiksha! Thanks for contributing with this RFC! My initial though is the suggested change is moving the In the last working group meeting we discussed the problem with certain platforms, like google, having problems with mounting volumes with files to configure the lifecycle execution and exposing
Also, based on the spec running the |
|
||
A flag that can be used by buildpack user to pass down the environment variables while invoking creator. | ||
|
||
/cnb/lifecycle/creator -env stringArray |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add details on order of precedence?
E.g. If a platform spits values into /platform/env
today, say from a project.toml
. The project.toml
has FOO=bar
. The platform decides that they always wanted to set FOO=baz
via the new -env
, what happens.
RFC for adding a new flag for build environment variables