-
Notifications
You must be signed in to change notification settings - Fork 119
Document use of Cloud Native Buildpacks #312
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
Conversation
5380de1
to
f9f7c1d
Compare
Hi @c0d1ngm0nk3y -- good idea to create a sub-level for buildpacks in the table of contents, but it would cause trouble to move all the source files themselves down a level, because they're linked to from lots of other places in the CF docs and elsewhere on the web, so all of those URLs would no longer work. |
2cb75ef
to
fe08f0d
Compare
Co-authored-by: Ralf Pannemans <[email protected]>
fe08f0d
to
4fb70a9
Compare
Hi @c0d1ngm0nk3y -- thanks for your continued work on this. I'm not merging yet here or in docs-book-cloudfoundry because the build pipeline is still broken, sorry for delay! Once that's fixed, can publish all this great new stuff and verify that it all works. |
owner: Buildpacks | ||
--- | ||
|
||
You can the [paketo](https://paketo.io/) buildpacks as one implementaion of Cloud Native Buildpacks. You will find buildpacks for the most popular languages, like |
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.
Typo:
You can the [paketo](https://paketo.io/) buildpacks as one implementaion of Cloud Native Buildpacks. You will find buildpacks for the most popular languages, like | |
You can use the [paketo](https://paketo.io/) buildpacks as one implementation of Cloud Native Buildpacks. You will find Paketo buildpacks for the most popular languages, like |
<code>cf push APP-NAME --lifecycle cnb -b docker://FIRST-BUILDPACK -b docker://SECOND-BUILDPACK</code> | ||
``` | ||
|
||
In this case <em>all</em> buildpacks must `detect` and `build` is called in the given order. |
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.
In this case <em>all</em> buildpacks must `detect` and `build` is called in the given order. | |
In this case <em>all</em> buildpacks must run `detect` and `build` in the given order. |
@pivotal-david-osullivan apparently I don't have approving rights here; could you please approve? |
Preview: https://cnb-docs-preview.cfapps.sap.hana.ondemand.com/buildpacks
Note that the content of this page changes!
part-of: #310