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

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

Closed
tourea opened this issue Dec 2, 2016 · 2 comments
Closed

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

tourea opened this issue Dec 2, 2016 · 2 comments
Milestone

Comments

@tourea
Copy link
Contributor

tourea commented Dec 2, 2016

The current version (1.1.7) hardcodes the private registry authentication file to use ($HOME/.docker/.dockercfg). It would be nice to add support for $HOME/.docker/config.json.

@rnorth
Copy link
Member

rnorth commented Dec 12, 2016 via email

tourea added a commit to tourea/testcontainers-java that referenced this issue Jan 18, 2017
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
Copy link
Contributor Author

tourea commented Jan 18, 2017

@rnorth I've opened a PR to resolve this issue (#270)

@rnorth rnorth modified the milestone: 1.1.8 Jan 22, 2017
@rnorth rnorth closed this as completed Jan 22, 2017
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