So, I am creating a Spring Boot Application Docker Image. As I see, there is a plugin available for it which can be just invoked as a gradle task as
./gradlew bootBuildImage
If I am using this plugin, how do I mention the --cache-from
option as if I am using the
docker build --cache-from old-image .