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

Can't pull from registry.gitlab.com #62

Closed
weslleycamilo opened this issue Feb 10, 2017 · 3 comments
Closed

Can't pull from registry.gitlab.com #62

weslleycamilo opened this issue Feb 10, 2017 · 3 comments

Comments

@weslleycamilo
Copy link

Hello Guys,

I have searched in the issues to see if there is a solution to it but i am not able to pull from any of my private repositories.

Am I missing something?

docker run -d
--name watchtower
-v /home/weslley/.docker/config.json:/config.json
-v /var/run/docker.sock:/var/run/docker.sock
drud/watchtower
--cleanup
-i 10
--debug

I have looked to the logs and it just say "... denied: access forbidden"

I also tried

docker run -d
--name watchtower
-e REPO_USER="user"
-e REPO_PASS="pass"
-v /var/run/docker.sock:/var/run/docker.sock
drud/watchtower
--cleanup
-i 10
--debug

Can anyone help me ?

THank you.

@stffabi
Copy link
Contributor

stffabi commented Feb 11, 2017

Did you try the latest master builds? Should be fixed on master. Currently latest docker hub images are still pending, but please see #50. Someone put up a recent version on docker hub.

@weslleycamilo
Copy link
Author

I didnt try that.. I thought it was available on docker hub already and i was doing something wrong lol.

I will try it out.

Thank you.

@stffabi
Copy link
Contributor

stffabi commented Feb 16, 2017

New official builds are now available on docker hub.

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