Polish formatting

This commit is contained in:
Phillip Webb 2024-09-11 12:53:25 -07:00
parent 726ee27cce
commit 94fc6b4fe1

View File

@ -5,6 +5,7 @@ This section includes information about using Class Data Sharing (CDS) with Spri
For an overview of Spring Boot support for CDS, see xref:reference:packaging/class-data-sharing.adoc[]. For an overview of Spring Boot support for CDS, see xref:reference:packaging/class-data-sharing.adoc[].
[[howto.class-data-sharing.buildpacks]] [[howto.class-data-sharing.buildpacks]]
== Packaging an Application Using CDS and Buildpacks == Packaging an Application Using CDS and Buildpacks
@ -15,12 +16,16 @@ This will cause the buildpack to do a training run of the application, save the
The Paketo Buildpack for Spring Boot https://github.com/paketo-buildpacks/spring-boot?tab=readme-ov-file#configuration[documentation] has information on other configuration options that can be enabled with builder environment variables, like `CDS_TRAINING_JAVA_TOOL_OPTIONS` that allows to override the default `JAVA_TOOL_OPTIONS`, only for the CDS training run. The Paketo Buildpack for Spring Boot https://github.com/paketo-buildpacks/spring-boot?tab=readme-ov-file#configuration[documentation] has information on other configuration options that can be enabled with builder environment variables, like `CDS_TRAINING_JAVA_TOOL_OPTIONS` that allows to override the default `JAVA_TOOL_OPTIONS`, only for the CDS training run.
[[howto.class-data-sharing.dockerfiles]] [[howto.class-data-sharing.dockerfiles]]
== Packaging an Application Using CDS and Dockerfiles == Packaging an Application Using CDS and Dockerfiles
If you don't want to use Cloud Native Buildpacks, it is also possible to use CDS with a `Dockerfile`. If you don't want to use Cloud Native Buildpacks, it is also possible to use CDS with a `Dockerfile`.
For more information about that, please see the xref:reference:packaging/container-images/dockerfiles.adoc#packaging.container-images.dockerfiles.cds[Dockerfiles reference documentation]. For more information about that, please see the xref:reference:packaging/container-images/dockerfiles.adoc#packaging.container-images.dockerfiles.cds[Dockerfiles reference documentation].
[[howto.class-data-sharing.training-run-configuration]] [[howto.class-data-sharing.training-run-configuration]]
== Preventing Remote Services Interaction During the Training Run == Preventing Remote Services Interaction During the Training Run