Skip to content
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 <app img> --buildpack <buildpack source> allows developer to build app with custom buildpack #25

Closed
ssisil opened this issue Sep 6, 2018 · 1 comment
Assignees

Comments

@ssisil
Copy link

ssisil commented Sep 6, 2018

GIVEN I have v3 buildpack(s) that exists on my local machine
WHEN I run pack build <app img> --buildpack <buildpack ID> --path <path to source code>
THEN my application will build using the custom buildpack
AND return the following image sha

Image: example.com/myorg/repo@434a7be...

Notes

  • ID of an existing buildpack supported in default builder - ie. io.buildpacks.java, io.buildpacks.ruby, io.buildpacks.go, etc
  • Can use -b as shorthand for --buildpack
  • Can pass in multiple -b or --buildpack and the buildpacks will be run in that order
  • Use builder specified with --builder. If not specified, use default builder for default stack
  • No stack selection is possible yet
  • Provide new order.toml with single group of specified buildpacks
@jchesterpivotal jchesterpivotal self-assigned this Oct 1, 2018
jchesterpivotal added a commit that referenced this issue Oct 1, 2018
jchesterpivotal added a commit that referenced this issue Oct 1, 2018
Which is generated by our standard build command.

[#25]
@jchesterpivotal
Copy link
Contributor

Later story: validate that buildpack(s) exist(s) in order.toml

jchesterpivotal pushed a commit that referenced this issue Oct 4, 2018
[#25]

Signed-off-by: Jacques Chester <[email protected]>
ekcasey pushed a commit that referenced this issue Oct 11, 2018
[#25]

Signed-off-by: Emily Casey <[email protected]>
ekcasey pushed a commit that referenced this issue Oct 11, 2018
[#25]

Signed-off-by: Emily Casey <[email protected]>
@ssisil ssisil closed this as completed Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants