-
Notifications
You must be signed in to change notification settings - Fork 506
Description
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.
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:
{
"name": "...",
...
}
Local Environment:
- DevPod Version: [use
devpod version] - v0.6.5 - Operating System: windows | linux | mac - Linux Mint 22
- ARCH of the OS: AMD64 | ARM64 | i386 - AMD64
DevPod Provider:
- Cloud Provider: google | aws | azure | digitalOcean - local only
- Kubernetes Provider: [use
kubectl version] - local only - Local/remote provider: docker | ssh - using podman
- Custom provider: provide imported
provider.yamlconfig file
Anything else we need to know?
Under providers I have docker path set to podman
Thank you for any help you can provide! 🖖