-
Notifications
You must be signed in to change notification settings - Fork 296
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
Building a Dev Container: unable to prepare context: unable to evaluate symlinks in Dockerfile path #7303
Comments
Could you append the full log? |
Same problem with Dev Container 0.255.2 |
Had the same problem with Dev Container 0.255.2, but my error message was a bit different : |
@bschlottfeldt Could you append the Dockerfile at |
Do you mean this @chrmarti ? |
The use of ENV for the USER is not captured yet in our code:
As a workaround could you use a build arg:
|
We built a workaround for this, but it appears this may be fixed with |
v0.255.3 still has this. |
Same issue for me too with v0.255.3 .. |
I have the same problem all test I tried to run Dev Container Azure Terraform (Community) on the first attempt I used docker: 20.10.17 Second attempt: docker: 20.10.20 third attempt: docker: 20.10.17 fourth attempt: docker: 20.10.17 fifth attempt: docker: 20.10.17 sixth attempt: docker: 20.10.17 seventh attempt: docker: 20.10.17 |
This should be fixed in Dev Containers 0.262.0-pre-release. Could you give that a try and let me know if it indeed fixes this issue? Thanks! |
This bug has been fixed in the latest pre-release! @jbcpollak, you can help us out by commenting Happy Coding! |
Considering #7303 (comment) and #7358 (comment), I'll mark this issue as verified for now. |
This happens with Dev Containers extension 0.255.2 that was just released, reverting to 0.251.0 fixes the problem.
Steps to Reproduce:
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: