-
Notifications
You must be signed in to change notification settings - Fork 290
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
Update builder implementation to 0.1 Builder Spec #945
Comments
In order to be compliant with the specification, we need to make the following changes: Env
New Labels
The {
"buildpack": {
"deprecated": ["<list of versions>"],
"supported": ["<list of versions>"]
},
"platform": {
"deprecated": ["<list of versions>"],
"supported": ["<list of versions>"]
}
} Changes to Existing Labels
Additional RequirementsWe should follow all of the spec recommendations for what a build image should look like, which would require us also setting:
|
Waiting for spec PR buildpacks/spec#193 to be approved. |
Hello @jromero! I am relatively new to buildpacks project, but would love to get involved and potentially contribute. Any pointers to get started? |
Here are a few resources I think would help (in some reasonable order):
Places to get help:
|
Thanks for the elaborated response @jromero! Excited to get started! :) |
Update from ongoing conversation:
|
After a bunch of discussion, we ended up creating a PR to add the builder spec to the distribution spec. Once that's done, we can come back to this issue and check what else is required next |
Block by spec PR 363 |
Description
The builder has recently been spec'd via RFC (official spec upcoming).
Proposed solution
0.1
with proper necessary changes to make it compatible.The text was updated successfully, but these errors were encountered: