Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to upgrade dependency for gradle-docker-plugin #20

Open
chrispauley opened this issue Dec 6, 2018 · 1 comment
Open

Need to upgrade dependency for gradle-docker-plugin #20

chrispauley opened this issue Dec 6, 2018 · 1 comment

Comments

@chrispauley
Copy link

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.

    dependencies {
        classpath 'com.bmuschko:gradle-docker-plugin:3.2.1'
    }
@GradedJestRisk
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants