Document buildpack configuration of JVM options

Fixes gh-21582
This commit is contained in:
Scott Frederick 2020-10-09 13:21:37 -05:00
parent 49b0707f1a
commit de685bdca4
2 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,7 @@ include::../gradle/packaging/boot-build-image-env.gradle[tags=env]
include::../gradle/packaging/boot-build-image-env.gradle.kts[tags=env]
----
In a similar way, Paketo Java buildpacks support {paketo-java-reference}/#runtime-jvm-configuration[configuring JVM runtime behavior].
Refer to the {paketo-java-reference}[Paketo documentation] for additional configuration options supported by Paketo Java buildpacks.
If there is a network proxy between the Docker daemon the builder runs in and network locations that buildpacks download artifacts from, you will need to configure the builder to use the proxy.

View File

@ -183,6 +183,7 @@ The following is an example of {paketo-java-reference}/#configuring-the-jvm-vers
</project>
----
In a similar way, Paketo Java buildpacks support {paketo-java-reference}/#runtime-jvm-configuration[configuring JVM runtime behavior].
Refer to the {paketo-java-reference}[Paketo documentation] for additional configuration options supported by Paketo Java buildpacks.
If there is a network proxy between the Docker daemon the builder runs in and network locations that buildpacks download artifacts from, you will need to configure the builder to use the proxy.