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

emp run tries to pull from Docker Hub even though using Quay.io #739

Closed
shidenkai0 opened this issue Jan 21, 2016 · 1 comment
Closed

emp run tries to pull from Docker Hub even though using Quay.io #739

shidenkai0 opened this issue Jan 21, 2016 · 1 comment
Assignees

Comments

@shidenkai0
Copy link

Hi everyone,

I setup an empire cluster using stacker 0.6.0 with the latest blueprints, using Quay.io as registry, and managed to deploy my applications. Everything works properly except the emp run command, which tries to pull from docker hub, whereas my original deployment is from Quay.io. This results in the following:

runner: pull: Error: image username/repo:tag not found

Empire seems to be trying to pull from Docker Hub despite DOCKER_REGISTRY being set to Quay.io in the seed file.

Sincerely yours,

@ejholmes
Copy link
Contributor

Good catch. I'm 99% positive this is caused here, which doesn't duplicate the logic here (putting the registry portion in the Repository field). We should extract that into pkg dockerutil and re-use it for pulling.

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