Skip to content

Commit 2cb75ef

Browse files
pbuskoc0d1ngm0nk3y
authored andcommitted
Adjusted cnb specific documentation
Co-authored-by: Ralf Pannemans <[email protected]>
1 parent f9f7c1d commit 2cb75ef

File tree

91 files changed

+19
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+19
-18
lines changed
File renamed without changes.

classical/index.html.md.erb renamed to classic.html.md.erb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Classical buildpacks
2+
title: Classic Buildpacks
33
owner: Buildpacks
44
---
55

@@ -16,25 +16,25 @@ This limitation occurs when the deployment is behind a firewall, or when adminis
1616

1717
The following topics discuss different usage scenarios for buildpacks in Cloud Foundry:
1818

19-
* [How buildpacks work](understand-buildpacks.html)
19+
* [How buildpacks work](./understand-buildpacks.html)
2020

21-
* [Stack association](stack-association.html)
21+
* [Stack association](./stack-association.html)
2222

23-
* [Pushing an app with multiple buildpacks](use-multiple-buildpacks.html)
23+
* [Pushing an app with multiple buildpacks](./use-multiple-buildpacks.html)
2424

25-
* [Using a proxy](proxy-usage.html)
25+
* [Using a proxy](./proxy-usage.html)
2626

27-
* [Supported binary dependencies](supported-binary-dependencies.html)
27+
* [Supported binary dependencies](./supported-binary-dependencies.html)
2828

29-
* [Production server configuration](prod-server.html)
29+
* [Production server configuration](./prod-server.html)
3030

3131
## <a id='system-buildpacks'></a> Cloud Foundry Buildpacks
3232

33-
For information about the existing buildpacks that Cloud Foundry supports, see [CF Buildpack Languages and Sources](system-buildpacks.html).
33+
For information about the existing buildpacks that Cloud Foundry supports, see [CF Buildpack Languages and Sources](./system-buildpacks.html).
3434

3535
## <a id='sidecar-buildpacks'></a> Sidecar buildpacks
3636

37-
For information about deploying a sidecar buildpack, see [Sidecar buildpack](sidecar-buildpacks.html).
37+
For information about deploying a sidecar buildpack, see [Sidecar buildpack](./sidecar-buildpacks.html).
3838

3939
## <a id='community-buildpacks'></a> Community buildpacks
4040

cnb/understand-buildpacks.html.md.erb

+6-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ You can use multiple buildpacks for your app
1919

2020
For example:
2121

22+
<p class="note">
23+
<span class="note__title"><strong>Note</strong></span>
24+
You must use cf CLI v9 or later.</p>
25+
26+
2227
```
23-
<code>cf push APP-NAME --lifecycle cnb -b FIRST-BUILDPACK -b SECOND-BUILDPACK</code>
28+
<code>cf push APP-NAME --lifecycle cnb -b docker://FIRST-BUILDPACK -b docker://SECOND-BUILDPACK</code>
2429
```
2530

2631
In this case <em>all</em> buildpacks must `detect` and `build` is called in the given order.

cnb/using.html.md.erb

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ topics are applicable to all supported buildpack languages:
88

99
* [Working with buildpacks in Cloud Foundry](./understand-buildpacks.html).
1010

11-
* [Stack association](../classical/stack-association.html).
12-
13-
* [Pushing an app with multiple buildpacks](../classical/use-multiple-buildpacks.html).
14-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Cloud Foundry buildpacks
2+
title: Cloud Foundry Buildpacks
33
owner: Buildpacks
44
---
55

66
Buildpacks provide framework and runtime support for your apps. Buildpacks typically examine your apps to
77
determine what dependencies to download and how to configure your apps to communicate with bound services.
88

99

10-
In Cloud Foundry, you can use 2 types of buildpacks. The [classical buildpacks](./classical/) (aka `v2`) and the
11-
[Cloud Native Buildpacks](./cnb/) (aka `v3`).
10+
In Cloud Foundry, you can use 2 types of buildpacks. [The Classic Buildpacks](./classic/) (aka `v2`) and the
11+
[Cloud Native Buildpacks](./cnb/) (aka `v3`).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

classical/using-buildpacks.html.md.erb renamed to using-buildpacks.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Using classical buildpacks in Cloud Foundry
2+
title: Using Classic Buildpacks in Cloud Foundry
33
owner: Buildpacks
44
---
55

0 commit comments

Comments
 (0)