-
Notifications
You must be signed in to change notification settings - Fork 443
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
sbt docker:stage
fails on Windows 10
#823
Comments
Thank for being patient with this windows/docker issue and for the research to fix this regression we introduced. |
With the latest version (1.1.2), I'm getting this same error on a :stage & :publish. Originally had to update the sbt native packager to 1.1.2 for the -f deprecated fix. |
I think we haven't back-ported the fix to |
This is related to #573
Steps to reproduce on Windows 10 machine (I tried using both bash.exe and cmd.exe):
sbt-native-packager
master branchsbt docker:stage
You get stack trace
What seems to have happened is that f521679 (#573, #588) has been reverted by 101311e (#760, #765) in 1.1.1
The text was updated successfully, but these errors were encountered: