Commit 5fd48663 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: normalise table headers

parent c4a23409
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ include:

The CNB template uses some global configuration used throughout all jobs.

| Name                  | description                            | default value     |
| Name                  | Description                            | Default value     |
| --------------------- | -------------------------------------- | ----------------- |
| `CNB_BUILDER_IMAGE`   | The CNB builder image used to build your application image<br/>_depending on your needs, [choose the most appropriate one](https://paketo.io/docs/concepts/builders/#what-paketo-builders-are-available)_ | `registry.hub.docker.com/paketobuildpacks/builder:base` |
| `CNB_PLATFORM_API`    | The CNB [platform API version](https://github.com/buildpacks/spec/blob/main/platform.md#platform-api-version) | `0.9` |
@@ -127,7 +127,7 @@ It is bound to the `package-build` stage, and uses the following variables:

It uses the following variable:

| Name            | description                                                                        | default value |
| Name            | Description                                                                        | Default value |
|-----------------|------------------------------------------------------------------------------------|---------------|
| `CNB_APP_DIR`   | Absolute root directory in final image     | `/workspace`  |
| `CNB_SRC_APP_DIR` | Relative path to the application source code base directory in your repository     | `.`           |