-
Notifications
You must be signed in to change notification settings - Fork 134
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
doesn't work with docker 1.10 #14
Comments
not working for 1.11 either |
not working for 1.12 either |
is this because --tree was actually depreciated, not just warned? |
The issue is caused by the |
Neither did |
@ylavoie: It worked on my side. All I did was rebuild the image. If you tried building it before, did you do it with This is my rebuild without any modifications that works: https://hub.docker.com/r/dduvnjak/dockerfile-from-image/ |
Looks like still broken:
|
@AnthonyWC somebody from CenturyLinkLabs just needs to trigger a new image build on docker hub, but they're not doing it for some reason :) If you build it yourself, the issue will be gone. |
@AnthonyWC
Make sure that /run/docker.sock exist on your system, if not, try with /var/run/docker.sock instead. For the, it was the problem, i was using /run/docker.sock while the right path for my system was /var/run/docker.sock
I would say the result is close enough ;) Docker version 1.13.0-rc4 on Mac OS X.11.6 |
@dduvnjak Thanks a lot for the explanation/feedback, I've downloaded your "dduvnjak/dockerfile-from-image" and I don't get the "400 Bad Request: malformed Host header" error anymore. |
@borgesp what docker image are you running it against? |
@dduvnjak tried several, eg "nginx":
|
@bdehamer @davidgardner11 @SydOps: Is it possible to trigger a new build of this Docker image? That would resolve this issue. |
dduvnjak/dockerfile-from-image is not working for me. no output. |
The same for me: docker -vDocker version 17.03.1-ce, build c6d412e |
@dduvnjak It sorta worked for me but I only get the last line of the Dockerfile |
not working for 1.12.6 either environment:
Server:
|
I find a solve way for above question. https://github.com/xiaowei0516/dockerfile-from-image thanks for origin author - lukapeschke . @lukapeschke |
@xiaowei0516 sorry, the link you pasted is not working, I don't see it. But if I copied the link and paste it to the browser url address, it works. |
@steve-heslouin just tried your steps against nginx image & docker version |
https://github.com/xiaowei0516/dockerfile-from-image I submitted a PR to this repo fixing the issue that prevented it from building for me. |
Not working for me, Docker version 17.09.0-ce, build afdb6d4 |
not working on Docker version 17.12.1-ce, build 7390fc6. |
not working on Docker version 18.05.0-ce, build f150324782 |
not working on Docker version 18.09.0, build 4d60db4 (macOS Mojave v10.14, MBPro retina late 2013) |
谢谢 你的方案可行 |
This is fully fixed on #20 Available to test via:
|
have no output with this. no logs=( |
Similar issue to what has ben described above by @SeriyVol4ishe. No Docker logs and no output. Docker version 18.09.2 on MacOS Mojave Although I used this git repo created by @lukapeschke and its working as expected |
the git repo linked by @grv231 still works in 2020 running docker ver 19.03 |
This image linuxcuba/dockerfile-from-image from https://github.com/LinuxCuba/dockerfile-from-image/ fix the problem, is a fork from https://github.com/CenturyLinkLabs/dockerfile-from-image. Is work with docker and docker swarm 19.03.11 in debian 10 and all actuality modern OS. |
I tried to use
See also lukapeschke/dockerfile-from-image#2. |
I found some other useful tools for inspecting docker images or dockerfile.
|
getting the following when running with docker 1.10:
The text was updated successfully, but these errors were encountered: