Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
pack build support --extension #1651
pack build support --extension #1651
Changes from 18 commits
31f03d9
82460d0
4682cdc
b18e1d0
daaf58a
9b604e4
c230ae3
cb819ec
eba8581
8f65364
ca59103
c10621c
f556bb3
97025d0
57af208
92954c0
fdcd17d
7ea08cd
6469c33
f4b709b
7dfa145
c6953fa
6ffe547
439078f
c57c2d2
39454cf
4affdc4
8bb1a2b
aee4dba
909c502
5e8633a
6bb8cb0
48ed612
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
A note, in case it helps others,
buildpack.FromBuilderLocator
is deprecated now that we have pre- and post- buildpacks. We may want--pre-extension
and--post-extension
(like exist for buildpacks) but that should be considered out-of-scope for this issue.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 have added
case buildpack.FromBuilderLocator
in processExtensions()` funtion. Please help me review, thanks!