Closed as not planned
Closed as not planned
Description
When the Maven spring-boot:build-image
goal or Gradle bootBuildImage
task invokes the CNB lifecycle API, it creates and mounts volumes for the lifecycle to use as build and launch caches. Some restrictive environments like BitBucket don't allow writing to these volumes, but do allow writing to a specific location on the build container file system. The plugins should be enhanced to allow a user to configure file system locations for the build and launch caches instead of volumes.
See #25606 for an example of an issue related to this, and the Pack cache options RFC for the pack
CLI implementation of a similar capability.