-
Notifications
You must be signed in to change notification settings - Fork 26
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
docker-build breaks with docker 18.06.1 #229
Comments
Same issue on Linux with |
That's clearly a regression as there was an intention to write a test-case for raw tar file some time ago — moby/moby#5715 (comment) |
Yes I agree, yet if you look at the discussion in the tickets I linked above, it seems like they made some pretty heavy changes to their parser, which is going to make supporting this harder. BTW while looking at this it seems like inline comments, of the style:
Will also break. I haven't run into |
Yes, having a comment within multi-line shell statement always looked like a questionable practice to me. I don't remember if it breaks any of our |
On macOS with the following docker version:
Docker version 18.06.1-ce, build e68fc7a
When I run the docker-build script from inside of the directory of
ooni/api
I get the following error:I believe this has something to do with the fact that it is interpreting the
git archive --format=tar
into STDIN in a different way than how it used to interpret it.Doing some basic searching on the internet it seems like we are not the only one experiencing this problem:
moby/moby#28587
moby/moby#29005
moby/moby#31697
The text was updated successfully, but these errors were encountered: