-
Notifications
You must be signed in to change notification settings - Fork 13
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 a libcnb tutorial #242
Conversation
Outline how to implement `Detect` and `Build` using a motivating example. Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
29000d4
to
69628a8
Compare
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 is great! Thanks for writing this up.
I think it's missing an intro on how to create the project files. It would be awesome to showcase the pack functionality to create a new buildpack project here.
I think it's also missing instructions on how to build and package the buildpack. Something needs to compile the go into binary files & then you have to run pack buildpack package
.
Co-authored-by: Daniel Mikusa <dan@mikusa.com> Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
Co-authored-by: Daniel Mikusa <dan@mikusa.com> Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
Co-authored-by: Daniel Mikusa <dan@mikusa.com> Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
Co-authored-by: Daniel Mikusa <dan@mikusa.com> Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
We cannot provide enough overview or detail on build orders in this tutorial. Therefore, we remove the discussion. Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
Simplify our tutorial example by not merging BuildpackPlan entries Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
bbce30b
to
166ca94
Compare
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 sent you one more minor suggestion, but overall it looks good and I'm approving.
Co-authored-by: Daniel Mikusa <dan@mikusa.com> Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
Outline how to implement
Detect
andBuild
using a motivating example.