-
Notifications
You must be signed in to change notification settings - Fork 86
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 file permissions are wrong when building on Windows #1047
Comments
Any update for this problem please ? thankx |
Had this same issue, albeit on different platform. Solution was to specify PR welcome with fix :) |
Possible of a fix for this problem ? We can't use the "s2i-java" image when compile on window platform because of this error. I have tried to use the inline assembly plugin to change the fileMode :
Unfortunately, this doesn't work neither. Thanks |
Have you also tried with mode of tar specified? |
Thanks Jimmi. Adding the "mode" works ! |
@rhuss Any thoughts? What's the reason for default mode of dir instead of tar? |
Yes I can across the extact same error using fabric8/s2i-java
Any solution to this yet? |
If I take the generated DockerFile and build with docker command line it works, but warns you the permissions are all set +x. Should the maven plugin behave the same as the docker command line?
The text was updated successfully, but these errors were encountered: