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
Current build uses a version of gradel file uses a dockerBuildImage that creates the following error.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':dockerBuildImage'.
> Failed to parse dockerCfgFile: /home/chris-pauley/.docker/config.json
When I upgraded to 3.2.1 the problem was resolved.
Hi, looks similar to chris (fixed with version 3.2.1), but the error was "Could not build image: null"
The original fix is there => (bmuschko/gradle-docker-plugin#364
Successfully built 845a80dcbc2b
Successfully tagged hellojava:latest
:dockerBuildImage FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':dockerBuildImage'.
> Could not build image: null
Current build uses a version of gradel file uses a dockerBuildImage that creates the following error.
When I upgraded to 3.2.1 the problem was resolved.
The text was updated successfully, but these errors were encountered: