-
Notifications
You must be signed in to change notification settings - Fork 389
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
fix: ensure /tmp exists to have a consistent dir structure #807
Conversation
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
edad3be
to
5390840
Compare
I am still seeing this on both version MacOS M1 Gui and command line using Kubernetes Provider, am I doing something wrong? And I cloned the source and ran:
commit c9a081a (HEAD -> main, origin/main, origin/HEAD) [devpod-log.log](https://github.com/loft-sh/devpod/files/13461721/devpod-log.log k8s |
Update, vscode-try-python works, when I rub vscode-try-java tries to run on Kubernetes I looked at the pod and I see the error, in container: Devpod-init cp: can't stat '/workspaces/.dockerless/.': No such file or directory |
Thank you for the above fix!
Problem seems to be:
Looks similar to what @mikecarr has raised above. Update: |
Thank you!!! The java project worked for me with the v0.5.0-alpha.0 version
|
Ensure /tmp exists, this will fix issues for creating tmpfiles and tmpdirs in container environments
Fix #805
Resolves ENG-2398