Skip to content

Commit

Permalink
Polish formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Sep 11, 2024
1 parent 726ee27 commit 94fc6b4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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[].



[[howto.class-data-sharing.buildpacks]]
== Packaging an Application Using CDS and Buildpacks

Expand All @@ -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.



[[howto.class-data-sharing.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`.
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]]
== Preventing Remote Services Interaction During the Training Run

Expand Down

0 comments on commit 94fc6b4

Please sign in to comment.