Add How-To Guide for building images with CDS and buildpacks

Closes gh-40762
This commit is contained in:
Scott Frederick
2024-06-06 16:11:19 -05:00
parent 2df0c7961a
commit 0c3aa52773
3 changed files with 22 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
Class Data Sharing (CDS) is a https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[JVM feature] that can help reduce the startup time and memory footprint of Java applications.
To use it, you should first perform a training run on your application in exploded form:
To use it, you should first perform a training run on your application in extracted form:
[source,shell]
----