-
Notifications
You must be signed in to change notification settings - Fork 294
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
Allow packages in pack build
#495
Conversation
pack build
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 appears to be failing on Windows. :(
9911de4
to
15ee38a
Compare
928596d
to
4e8b412
Compare
- Introduces `LocatorType` to help categorize different types of `--buildpack` string values Signed-off-by: Andrew Meyer <ameyer@pivotal.io> Signed-off-by: Micah Young <myoung@pivotal.io>
Signed-off-by: Andrew Meyer <ameyer@pivotal.io> Signed-off-by: Micah Young <myoung@pivotal.io>
- Also refactored 'GetLocatorType()' to use 'BuildpackInfo' Signed-off-by: Andrew Meyer <ameyer@pivotal.io> Signed-off-by: Micah Young <myoung@pivotal.io>
- Interprets package from --buildpack flag Signed-off-by: Andrew Meyer <ameyer@pivotal.io> Signed-off-by: Javier Romero <jromero@pivotal.io> Signed-off-by: Micah Young <myoung@pivotal.io>
Also: - Cleaned up old 0.1 BP fixtures - Separated --buildpack test cases to be more modular/focused - Refactored createBuilder() helper function to work standalone - Other formatting refactors Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
Signed-off-by: Andrew Meyer <ameyer@pivotal.io> Signed-off-by: Natalie Arellano <narellano@pivotal.io>
4e8b412
to
41d5889
Compare
Edit: Think I answered my question via a few trials. The answer is yes. |
Acceptance - ✅local buildpack in docker daemon
local buildpack in docker daemon with
|
@jromero Yep, they do, as it's using the same mechanism for pulling that |
Allows the use of packages in
pack build
via the--buildpack
flagResolves #348