cacheFrom does not work
Is there any requirement for the docker version to use this plugin to build? Currently using 19.3.1 docker environment to build, cacheFrom does not work
update BuildMojo.java file
if (!cacheFromExistLocally.isEmpty()) { buildParameters.add(new DockerClient.BuildParam("cache-from", encodeBuildParam(cacheFromExistLocally))); }
if (!cacheFromExistLocally.isEmpty()) { buildParameters.add(new DockerClient.BuildParam("cachefrom", new Gson().toJson(cacheFromExistLocally).toString())); }
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.