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

Error 400 while pulling code #61

Closed
Xample opened this issue Nov 16, 2015 · 3 comments
Closed

Error 400 while pulling code #61

Xample opened this issue Nov 16, 2015 · 3 comments

Comments

@Xample
Copy link

Xample commented Nov 16, 2015

While bulding my Dockerfile containing

FROM meteorhacks/meteord:onbuild

I get the following error:

Building web
Step 0 : FROM meteorhacks/meteord:onbuild
Pulling repository docker.io/meteorhacks/meteord
469b6dde8872: Error pulling image (onbuild) from docker.io/meteorhacks/meteord, HTTP code 400
/v1/, HTTP code 400oad complete
19de96c112fc: Download complete
56e449d8c427: Download complete
36d94ecebf63: Error pulling dependent layers
ERROR: Service 'web' failed to build: Error pulling image (onbuild) from docker.io/meteorhacks/meteord, HTTP code 400

This happened several times, even with VPN (in case there would have been a problem related to a CDN) the same build was working fine before… any idea or similar issue encountered ?

@Xample
Copy link
Author

Xample commented Nov 16, 2015

Ok updating the client-server seems to have solved the issue:
docker/machine#2147

@andrew-wharton
Copy link
Contributor

Getting the same error while running an automated build on Docker Hub...

Cloning into 'bb6ejd3nu5xz4vwjcsnafu5'...
Warning: Permanently added the RSA host key for IP address '131.103.20.167' to the list of known hosts.
KernelVersion: 3.13.0-40-generic
Os: linux
BuildTime: Mon Oct 12 05:37:18 UTC 2015
ApiVersion: 1.20
Version: 1.8.3
GitCommit: f4bf5c7
Arch: amd64
GoVersion: go1.4.2
Step 0 : FROM meteorhacks/meteord:onbuild
Error pulling image (onbuild) from docker.io/meteorhacks/meteord, HTTP code 400

@Xample
Copy link
Author

Xample commented Nov 17, 2015

# upgrade your default machine
docker-machine upgrade default
# if your machine's name is not default, list them using "docker-machine ls"

Once I updated the machine, pulling the images worked like a charm. Consider commenting this issue again if the problem is not solved on your side.

@Xample Xample closed this as completed Nov 17, 2015
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