-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 cloudbuilder folder copy issues #442
Labels
Comments
Figured out the problem is that the context is generated from windows and files are extracted as folder\folder\file in docker image. How do I force the context to unix format? |
@dlorenc is this merge available in releases yet? the latest is v0.5.0 which still fails on windows:
|
@masduo Have you tried 0.9.0? |
@dgageot just tried and i can confirm that the issue is fixed in the latest version 0.10.0, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issues without logs and details are more complicated to fix.
Please help us!
Expected behaviour
Docker COPY command should copy folder and contents to docker image.
Actual behaviour
Step 2/7 : COPY bin /app/bin
COPY failed: stat /var/lib/docker/tmp/docker-builder232188484/bin: no such file or directory
Information
Confirmed that the folder is part of context generated by Skaffold (context.tar.gz) but unable to COPY the folder and contents using COPY command.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: