Skip to content

Commit 2fe1fbe

Browse files
pspinradPaul Spinrad
authored and
Paul Spinrad
committed
Merge pull request #531 from sap-contributions/cnb-docu
Adapted link to changed buildpack structure
1 parent 102f15e commit 2fe1fbe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

deploy-apps/manifest-attributes.html.md.erb

+18
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,24 @@ The default number of instances is 1.
368368

369369
To ensure that platform maintenance does not interrupt your app, <%= vars.recommended_by %> recommends running at least two instances.
370370

371+
### <a id='lifecycle'></a> lifecycle
372+
373+
The `lifecycle` attribute specifies which application lifecycle to use for staging and running the application. Three variants are supported at the moment:
374+
375+
- [`buildpack`](../../buildpacks/classic.html)
376+
- [`cnb`](../../buildpacks/cnb/index.html)
377+
- [`docker`](push-docker.html)
378+
379+
For example:
380+
381+
```
382+
---
383+
...
384+
lifecycle: buildpack
385+
```
386+
387+
The default is `buildpack` unless the [`docker`](#docker) attribute is specified.
388+
371389
### <a id='log-rate-limit-per-second'></a> log-rate-limit-per-second
372390

373391
The `log-rate-limit-per-second` attribute specifies the log rate limit for all instances of an app. This attribute requires a unit of measurement: `B`, `K`, `KB`, `M`, `MB`, `G`, or `GB`, in either uppercase or lowercase.

0 commit comments

Comments
 (0)