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

Remove references to custom env templating #259

Merged
merged 3 commits into from
Dec 15, 2022

Conversation

natalieparellano
Copy link
Member

As this is a breaking change, we decided to do this in a separate (yet to be created) RFC. Created issue: #258 In addition to the changes described originally in 0093 we'd like some way of versioning the launcher interface,
to avoid surprising end-users.

Signed-off-by: Natalie Arellano narellano@vmware.com

As this is a breaking change, we decided to do this in a separate (yet to be created) RFC.
Created issue: #258
In addition to the changes described originally in 0093 we'd like some way of versioning the launcher interface,
  to avoid surprising end-users.

Signed-off-by: Natalie Arellano <narellano@vmware.com>
@buildpack-bot
Copy link
Member

Maintainers,

As you review this RFC please queue up issues to be created using the following commands:

/queue-issue <repo> "<title>" [labels]...
/unqueue-issue <uid>

Issues

(none)

@@ -295,7 +232,6 @@ we would convert it to the following in `metadata.toml`
type = "hi"
command = ["echo", "hello", "world"]
args = []
api = "0.5"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ended up not being necessary, as the buildpack-id is actually a part of this table.

Signed-off-by: Natalie Arellano <narellano@vmware.com>
@edmorley
Copy link
Contributor

edmorley commented Dec 6, 2022

Thank you for updating this RFC - it referring to the env interpolation feature caused me a bit of confusion a few days ago, when I was trying to use the feature (since the rest of this RFC was implemented, making me think env var interpolation was too).

@sambhav sambhav merged commit 3eda891 into main Dec 15, 2022
@sambhav sambhav deleted the amend/0093-remove-interpolation branch December 15, 2022 15:42
jjbustamante pushed a commit that referenced this pull request Feb 13, 2023
Remove references to custom env templating
Signed-off-by: Juan Bustamante <jbustamante@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants