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

build_from_dir w/ private dockerhub repo #166

Closed
dustywusty opened this issue Jul 17, 2014 · 2 comments
Closed

build_from_dir w/ private dockerhub repo #166

dustywusty opened this issue Jul 17, 2014 · 2 comments

Comments

@dustywusty
Copy link

Hi guys,

I'm trying to use build_from_dir to build an image that is using a base image, hosted on Dockerhub, but in a private repository.

I'm using authenticate and pushing my creds in. At the moment I'm getting 404 not found errors on my base image.

Could you guys sanity check me, should I be able to do this?

{"stream":"Step 0 : FROM myco/foo-bar-baz:1.0.0\n"}
{"status":"Pulling repository myco/foo-bar-baz"}
{"errorDetail":{"message":"HTTP code: 404"},"error":"HTTP code: 404"}
rake aborted!
Couldn't find id: {"stream":"Step 0 : FROM myco/foo-bar-baz:1.0.0\n"}
{"status":"Pulling repository myco/foo-bar-baz"}
{"errorDetail":{"message":"HTTP code: 404"},"error":"HTTP code: 404"}
@bfulton
Copy link
Contributor

bfulton commented Jul 18, 2014

@clarkda yep, private repos should work. We'll verify that it is still working for us.

@tlunter
Copy link
Contributor

tlunter commented Jul 21, 2014

@clarkda I think the issue might be fixed when #148 gets merged. I'll take a look at getting that merged today.

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

3 participants