We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"}
The text was updated successfully, but these errors were encountered:
@clarkda yep, private repos should work. We'll verify that it is still working for us.
Sorry, something went wrong.
@clarkda I think the issue might be fixed when #148 gets merged. I'll take a look at getting that merged today.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: