Look for .dockercfg in user.home instead of DOCKER_CONFIG#959
Look for .dockercfg in user.home instead of DOCKER_CONFIG#959i11 wants to merge 1 commit intodocker-java:masterfrom
Conversation
|
CC @fbuecklers |
|
sorry for the noise. I couldn't get it to build locally due to: So using CI as my testbed here... |
Disable bundlor support in your IDE |
|
will do, thanks! |
Codecov Report
@@ Coverage Diff @@
## master #959 +/- ##
=======================================
Coverage 60.19% 60.19%
=======================================
Files 421 421
Lines 8383 8383
Branches 538 538
=======================================
Hits 5046 5046
Misses 3040 3040
Partials 297 297
Continue to review full report at Codecov.
|
|
Please let me know what you think. |
|
Following this! |
|
Are the docker client picking up the config file from the home folder either? If I haven't overseen here something you must just configure the docker client to load the config from your home folder. |
|
Closing in favour of the new config format: |
.dockercfgshould be in user's home (~/) and not inDOCKER_CONFIG(~/.docker) directoryThis change is