From d5cfe4d4751d189fe31b2336c4e03d9f7cdea44a Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Mon, 21 Aug 2023 16:40:18 -0500 Subject: [PATCH] Remove invalid caches parameter entry from Maven plugin docs Fixes gh-37048 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 38f3d6cc6dc3..111e9d94f30c 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -186,10 +186,6 @@ The value supplied will be passed unvalidated to Docker when creating the builde The values provided to the `tags` option should be full image references in the form of `[image name]:[tag]` or `[repository]/[image name]:[tag]`. | -| `caches` -| Cache volume names that should be used by the builder instead of generating random names. -| - | `buildCache` | A cache containing layers created by buildpacks and used by the image building process. | A named volume in the Docker daemon, with a name derived from the image name.