-
Notifications
You must be signed in to change notification settings - Fork 169
docker build fails on Ubuntu 15.04 #92
Comments
Your error does not seem related to the aspnet image but Docker Hub in general. Can you pull the base image again and other various images to see if it works. |
Hi.
I also tried removing all images and pulling them again. I get the same "Error pulling image (latest) from microsoft/aspnet, HTTP code 400" when issuing this command:
|
@davidwincent Hmm interesting, I am able to pull using this command just fine on a clean docker engine. I suggest you to look at your Docker engine logs first about these errors... Those should have more info about the HTTP 400s you are getting (if you're on ubuntu 15+ As a simple mitigation, please try removing all the images and then pull. I have no idea why this is occurring, still does not seem it is about |
Hi @ahmetalpbalkan Now I am stuck on the following command:
=>
Will inform the aspnet team. Thanks. |
@davidwincent are you using the dockerfile at https://github.com/aspnet/Home/tree/dev/samples/1.0.0-beta7/HelloWeb ? This looks like a usage error. |
I am using: https://github.com/aspnet/Home/tree/dev/samples/latest/HelloWeb Is it the same? |
@davidwincent turns out repo owners forgot to point |
Thanks! Works like a charm! If any other lost soul is to find this thread, here is how I installed docker.io (do not use apt-get install docker.io - it will give you an outdated version) |
Following the instructions at https://github.com/aspnet/Home/blob/dev/GettingStartedDeb.md does not work.
My working copy of HelloWeb is: https://github.com/aspnet/Home/tree/1d06f1f9352e6ce75f0602f19bbcb04b01dc9ccb/samples/latest/HelloWeb
My docker version is: 1.5.0, build a8a31ef
Dockerfile: https://github.com/aspnet/Home/blob/1d06f1f9352e6ce75f0602f19bbcb04b01dc9ccb/samples/latest/HelloWeb/Dockerfile
=>
The text was updated successfully, but these errors were encountered: