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

Issue 247: Add support for $HOME/.docker/config.json #270

Merged
merged 1 commit into from
Jan 21, 2017

Commits on Jan 18, 2017

  1. Issue 247: Add support for $HOME/.docker/config.json

    As described in issue 247 (
    testcontainers#247),
    docker-java, up to version 3.0.6, hardcoded the private registry
    authentication file to use ($HOME/.docker/.dockercfg).
    I updated docker-java to support both config.json and .dockercfg
    (docker-java/docker-java#756), which has
    been released in version 3.0.7.
    
    This commit upgrades docker-java's version to 3.0.7
    tourea committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    26b3eb2 View commit details
    Browse the repository at this point in the history