-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add Builder extension spec #193
Add Builder extension spec #193
Conversation
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: David Freilich <dfreilich@vmware.com>
Signed-off-by: David Freilich <david.freilich@appsflyer.com>
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.
I don't think the other ones are configurable
Besides @natalieparellano suggestions, is there anything else blocking this? |
If we mark #193 (comment) as out of scope, I don't think so... |
Signed-off-by: David Freilich <freilich.david@gmail.com> Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: David Freilich <freilich.david@gmail.com> Co-authored-by: Natalie Arellano <narellano@vmware.com>
- [`io.buildpacks.lifecycle.apis` (JSON)](#iobuildpackslifecycleapis-json) | ||
|
||
## General Requirements | ||
A **builder** is an image that MUST contain an implementation of the lifecycle, and build-time environment, and MAY contain buildpacks. Platforms SHOULD use builders to ease the build process. |
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.
The wording here still feels a bit awkward to me. However it also seems like a repetition of the first section. Maybe instead of word smithing we should just remove it?
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.
Do you dislike the first sentence?
I do think the second sentence the "SHOULD" probably is a "MAY".
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.
Made a suggestion
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.
This will need a new branch rather than a merge back to main. I'll take care of it when the time comes.
Suggested some nits. #193 (comment) and #193 (comment) seem worthy of resolving before we merge. |
Signed-off-by: David Freilich <david.freilich@appsflyer.com>
2cf0fa4
to
cabe24f
Compare
@ekcasey will create a |
repointed to |
This adds a Builder specification as an extension spec. It was formalized and agreed upon in buildpacks/rfcs#116.
Resolves #101