You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devpod up github.com/microsoft/vscode-remote-try-node --ide openvscode
12:30:13 info Creating devcontainer...
12:30:14 info Clone repository
12:30:14 info URL: https://github.com/microsoft/vscode-remote-try-node
12:30:15 done Successfully cloned repository
12:30:15 info Inspecting image mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye
12:30:15 info 94eebe0485e0e44a9e100a290bef5bece3a8b9789606d2b3c1d3926c1f70c8ee
12:30:17 info Setup container...
12:30:19 info Chown workspace...
12:30:19 info Chown projects...
12:30:19 info Run command : yarn install...
12:30:20 info yarn install v1.22.22
12:30:20 info [1/4] Resolving packages...
12:30:20 info [2/4] Fetching packages...
12:30:22 info [3/4] Linking dependencies...
12:30:22 info [4/4] Building fresh packages...
12:30:22 info Done in 2.09s.
12:30:22 done Successfully ran command : yarn install
But from the appimage it still fails with: Inject Error: Error: write child: broken pipe\n\nEOF
What happened?
I can't create any workspaces on Linux Mint w/ podman. Seems to be failing on git clone. I'm attaching the error log.
logc.txt
What did you expect to happen instead?
git works fine when I run it in the terminal
git clone https://github.com/microsoft/vscode-remote-try-node /home/philip/.devpod/agent/contexts/default/workspaces/vscode-remote-try-node/content/ Cloning into '/home/philip/.devpod/agent/contexts/default/workspaces/vscode-remote-try-node/content'... remote: Enumerating objects: 384, done. remote: Counting objects: 100% (175/175), done. remote: Compressing objects: 100% (28/28), done. remote: Total 384 (delta 160), reused 147 (delta 147), pack-reused 209 (from 2) Receiving objects: 100% (384/384), 119.37 KiB | 4.77 MiB/s, done. Resolving deltas: 100% (192/192), done.
How can we reproduce the bug? (as minimally and precisely as possible)
Honestly not sure. I'm on a brand new Linux Mint installation.
My
devcontainer.json
:Local Environment:
devpod version
] - v0.6.5DevPod Provider:
kubectl version
] - local onlyprovider.yaml
config fileAnything else we need to know?
Under providers I have docker path set to podman
Thank you for any help you can provide! 🖖
The text was updated successfully, but these errors were encountered: