Skip to content

Commit 4a4e253

Browse files
author
Glyn Normington
committed
Link to general configuration
Also some frameworks referred to themselves as containers. This is fixed. [#54984734]
1 parent 0737538 commit 4a4e253

11 files changed

+39
-5
lines changed

docs/container-groovy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,16 @@ The Groovy Container allows a uncompiled (i.e. `*.groovy`) to be run.
1616
Tags are printed to standard output by the buildpack detect script
1717

1818
## Configuration
19+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
20+
1921
The container can be configured by modifying the [`config/groovy.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2022

2123
| Name | Description
2224
| ---- | -----------
2325
| `repository_root` | The URL of the Groovy repository index ([details][repositories]).
2426
| `version` | The version of Groovy to use. Candidate versions can be found in [this listing][].
2527

28+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2629
[`config/groovy.yml`]: ../config/groovy.yml
2730
[repositories]: util-repositories.md
2831
[this listing]: http://download.pivotal.io.s3.amazonaws.com/groovy/lucid/x86_64/index.yml

docs/container-java-main.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ Command line arguments may optionally be configured.
1616
Tags are printed to standard output by the buildpack detect script
1717

1818
## Configuration
19+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
20+
1921
The container can be configured by modifying the [`config/main.yml`][] file.
2022

2123
| Name | Description
2224
| ---- | -----------
2325
| `arguments` | Optional command line arguments to be passed to the Java main class. The arguments are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
2426
| `java_main_class` | The Java class name to run. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line. If not specified, the Java Manifest value of `Main-Class` is used.
2527

28+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2629
[`config/main.yml`]: ../config/main.yml

docs/container-spring-boot-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ Tags are printed to standard output by the buildpack detect script.
1919
In order to specify [Spring profiles][], set the [`SPRING_PROFILES_ACTIVE`][] environment variable. This is automatically detected and used by Spring.
2020

2121
## Configuration
22+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
23+
2224
The container can be configured by modifying the [`config/springbootcli.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2325

2426
| Name | Description
2527
| ---- | -----------
2628
| `repository_root` | The URL of the Spring Boot CLI repository index ([details][repositories]).
2729
| `version` | The version of Spring Boot CLI to use. Candidate versions can be found in [this listing][].
2830

31+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2932
[`config/springbootcli.yml`]: ../config/springbootcli.yml
3033
[repositories]: util-repositories.md
3134
[Spring profiles]:http://blog.springsource.com/2011/02/14/spring-3-1-m1-introducing-profile/

docs/container-tomcat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Tags are printed to standard output by the buildpack detect script
1414
In order to specify [Spring profiles][], set the [`SPRING_PROFILES_ACTIVE`][] environment variable. This is automatically detected and used by Spring.
1515

1616
## Configuration
17+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
18+
1719
The container can be configured by modifying the [`config/tomcat.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
1820

1921
| Name | Description
@@ -24,6 +26,7 @@ The container can be configured by modifying the [`config/tomcat.yml`][] file.
2426
## Supporting Functionality
2527
Additional supporting functionality can be found in the [`java-buildpack-support`][] Git repository.
2628

29+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2730
[`config/tomcat.yml`]: ../config/tomcat.yml
2831
[`java-buildpack-support`]: https://github.com/cloudfoundry/java-buildpack-support
2932
[repositories]: util-repositories.md

docs/framework-java_opts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ Tags are printed to standard output by the buildpack detect script
1313

1414

1515
## Configuration
16+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
17+
1618
The framework can be configured by modifying the [`config/javaopts.yml`][] file.
1719

1820
| Name | Description
1921
| ---- | -----------
2022
| `java_opts` | The Java options to use when running the application. All values are used without modification when invoking the JVM. The options are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
2123

24+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2225
[`config/javaopts.yml`]: ../config/javaopts.yml

docs/framework-new-relic.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ The New Relic Framework causes an application to be automatically configured to
1212
Tags are printed to standard output by the buildpack detect script
1313

1414
## Configuration
15-
The container can be configured by modifying the [`config/newrelic.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
15+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
16+
17+
The framework can be configured by modifying the [`config/newrelic.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
1618

1719
| Name | Description
1820
| ---- | -----------
1921
| `repository_root` | The URL of the New Relic repository index ([details][repositories]).
2022
| `version` | The version of New Relic to use. Candidate versions can be found in [this listing][].
2123

24+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2225
[`config/newrelic.yml`]: ../config/newrelic.yml
2326
[New Relic Service]: https://newrelic.com
2427
[repositories]: util-repositories.md

docs/framework-play-auto-reconfiguration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ The Play Auto Reconfiguration Framework causes an application to be automaticall
1212
Tags are printed to standard output by the buildpack detect script
1313

1414
## Configuration
15-
The container can be configured by modifying the [`config/playautoreconfiguration.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
15+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
16+
17+
The framework can be configured by modifying the [`config/playautoreconfiguration.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
1618

1719

1820
| Name | Description
1921
| ---- | -----------
2022
| `repository_root` | The URL of the Auto Reconfiguration repository index ([details][repositories]).
2123
| `version` | The version of Auto Reconfiguration to use. Candidate versions can be found in [this listing][].
2224

25+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2326
[`config/playautoreconfiguration.yml`]: ../config/playautoreconfiguration.yml
2427
[repositories]: util-repositories.md
2528
[this listing]: http://download.pivotal.io.s3.amazonaws.com/auto-reconfiguration/lucid/x86_64/index.yml

docs/framework-play-jpa-plugin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ The Play JPA Plugin Framework causes an application to be automatically reconfig
1818
Tags are printed to standard output by the buildpack detect script
1919

2020
## Configuration
21-
The container can be configured by modifying the [`config/playjpaplugin.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
21+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
22+
23+
The framework can be configured by modifying the [`config/playjpaplugin.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2224

2325
| Name | Description
2426
| ---- | -----------
2527
| `repository_root` | The URL of the Play JPA Plugin repository index ([details][repositories]).
2628
| `version` | The version of the Play JPA Plugin to use. Candidate versions can be found in [this listing][].
2729

30+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2831
[`config/playjpaplugin.yml`]: ../config/playjpaplugin.yml
2932
[repositories]: util-repositories.md
3033
[this listing]: http://download.pivotal.io.s3.amazonaws.com/play-jpa-plugin/lucid/x86_64/index.yml

docs/framework-spring-auto-reconfiguration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ If a `/WEB-INF/web.xml` file exists, the framework will modify it in addition to
1717
2. Augmenting `contextInitializerClasses`. The function starts by enumerating the current `contextInitializerClasses`. If none exist, a default configuration is created with no value as the default. The `org.cloudfoundry.reconfiguration.spring.CloudApplicationContextInitializer` class is then added to the collection of classes.
1818

1919
## Configuration
20-
The container can be configured by modifying the [`config/springautoreconfiguration.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
20+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
21+
22+
The framework can be configured by modifying the [`config/springautoreconfiguration.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2123

2224
| Name | Description
2325
| ---- | -----------
2426
| `repository_root` | The URL of the Auto Reconfiguration repository index ([details][repositories]).
2527
| `version` | The version of Auto Reconfiguration to use. Candidate versions can be found in [this listing][].
2628

29+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
2730
[`config/springautoreconfiguration.yml`]: ../config/springautoreconfiguration.yml
2831
[repositories]: util-repositories.md
2932
[this listing]: http://download.pivotal.io.s3.amazonaws.com/auto-reconfiguration/lucid/x86_64/index.yml

docs/jre-openjdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The OpenJDK JRE provides Java runtimes from the [OpenJDK][] project. Versions o
1212
Tags are printed to standard output by the buildpack detect script
1313

1414
## Configuration
15+
For general information on configuring the buildpack, refer to [Configuration and Extension][].
16+
1517
The JRE can be configured by modifying the [`config/openjdk.yml`][] file. The JRE uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
1618

1719
| Name | Description
@@ -40,6 +42,7 @@ If a memory size is specified which is not equal to the default value, the other
4042

4143
The default memory size proportions are configured in the `memory_heuristics` mapping of [`config/openjdk.yml`][]. Each memory size is given a weighting between `0` and `1` corresponding to a proportion of the total memory specified when the application was pushed. The weightings should add up to `1`.
4244

45+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
4346
[`config/openjdk.yml`]: ../config/openjdk.yml
4447
[OpenJDK]: http://openjdk.java.net
4548
[repositories]: util-repositories.md

0 commit comments

Comments
 (0)