RFC for build environment variables#293
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 <pratikshakap@google.com>
|
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.
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