Skip to content

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

Description

@chrispauley

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'
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions