From 01cd8969e29e4d3b94444e05f88c1c579da23c60 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 24 Dec 2024 08:22:21 +0700 Subject: [PATCH 1/2] Remove reference to 'layertools' in reference doc See gh-43601 --- .../reference/pages/packaging/container-images/dockerfiles.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc index ec1e817612a..1161750fca5 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc @@ -6,7 +6,7 @@ When you create a jar containing the layers index file, the `spring-boot-jarmode With this jar on the classpath, you can launch your application in a special mode which allows the bootstrap code to run something entirely different from your application, for example, something that extracts the layers. CAUTION: The `tools` mode can not be used with a xref:how-to:deployment/installing.adoc[fully executable Spring Boot archive] that includes a launch script. -Disable launch script configuration when building a jar file that is intended to be used with `layertools`. +Disable launch script configuration when building a jar file that is intended to be used with `extract` tools mode command. Here’s how you can launch your jar with a `tools` jar mode: From 4bd6ad9c938d37dd98eaa6839136a07e57970463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 24 Dec 2024 10:34:39 +0100 Subject: [PATCH 2/2] Polish "Remove reference to 'layertools' in reference doc" See gh-43601 --- .../reference/pages/packaging/container-images/dockerfiles.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc index 1161750fca5..69be0b37aef 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/container-images/dockerfiles.adoc @@ -6,7 +6,7 @@ When you create a jar containing the layers index file, the `spring-boot-jarmode With this jar on the classpath, you can launch your application in a special mode which allows the bootstrap code to run something entirely different from your application, for example, something that extracts the layers. CAUTION: The `tools` mode can not be used with a xref:how-to:deployment/installing.adoc[fully executable Spring Boot archive] that includes a launch script. -Disable launch script configuration when building a jar file that is intended to be used with `extract` tools mode command. +Disable launch script configuration when building a jar file that is intended to be used with the `extract` tools mode command. Here’s how you can launch your jar with a `tools` jar mode: