Skip to content

Commit

Permalink
Remove invalid caches parameter entry from Maven plugin docs
Browse files Browse the repository at this point in the history
Fixes gh-37048
  • Loading branch information
scottfrederick committed Aug 21, 2023
1 parent be57f33 commit d5cfe4d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d5cfe4d

Please sign in to comment.