We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement this CNB RFC to remove support for stack id buildpack uses API 0.10.
The primary change here is the environment variables that are available to the buildpack as well as the structure of the buildpack.toml.
buildpack.toml
There will also need to be a change to the stacks to add the information needed to set CNB_TARGET_ID, see the platform spec for more details.
CNB_TARGET_ID
Having support for the latest API versions is important to support not only our own project use cases, but those of our users as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Enhancement
Implement this CNB RFC to remove support for stack id buildpack uses API 0.10.
The primary change here is the environment variables that are available to the buildpack as well as the structure of the
buildpack.toml
.There will also need to be a change to the stacks to add the information needed to set
CNB_TARGET_ID
, see the platform spec for more details.Motivation
Having support for the latest API versions is important to support not only our own project use cases, but those of our users as well.
The text was updated successfully, but these errors were encountered: