-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Unable to pull private images when using credentials helper #3622
Comments
docker-compose version 1.8.0-rc1, build 9bf6bc6 |
same here, same docker-compose version. Docker pull works, of course - cause is the credentials helper, i use
docker-compose version 1.8.0-rc1 |
I think docker-py first needs to be updated to support the credential store API. See docker/docker-py/issues/1023. Then docker-compose can be updated to use the new docker-py. |
@grosskur docker is supporting credenial stores now, but compose is not. Is there any chance to move on? |
@shin- is there a proposal on fixing this? Would be happy to help. |
👌 On Tuesday, 13 September 2016, Daniel Nephin notifications@github.com
|
I have compose installed via Docker for Mac (Version 1.12.3 (13776)), and I'm seeing this issue. $ docker-compose --version
docker-compose version 1.8.1, build 878cff1 Maybe the bundled |
Sorry, I take that back: This bug is slightly different. I have a
|
That's probably the same bug. The fix should be in docker-compose 1.9, but I did not test it: b64bd07 |
Ahh. It looked like it was slated for |
Actually, it should be in 1.8.1 too: e216a31 |
Hmm. I'll open a separate issue, then? |
I'm using the secretservice credentials helper with docker 1.11.2 and docker-compose 1.8.0-rc1.
If I try to run
docker-compose up
, it fails to pull private images from our gitlab registry. --verbose says:Pulling the image manually using docker pull works.
The text was updated successfully, but these errors were encountered: