You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: