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
What happened?
Devpod won't build any container after updating to the latest version:
20:28:29 info Workspace plugins already exists
20:28:29 info Creating devcontainer...
20:28:30 info Setup container...
20:28:30 info 19:28:30 fatal unknown flag: --reuse-ssh-auth-sock
20:28:30 info devcontainer up: executing agent command: exit status 1
20:28:31 error Try using the --debug flag to see a more verbose output
20:28:31 fatal run agent command: Process exited with status 1
What did you expect to happen instead?
How can we reproduce the bug? (as minimally and precisely as possible)
My devcontainer.json:
{
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:debian",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/nix:1": {}
}
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
Local Environment:
DevPod Version: [0.6.8]
Operating System: macOS
ARM64
DevPod Provider:
Local/remote provider: docker
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Hey @Calin125 thanks for raising the issue! Looking into this now. Just to double check you don't have the context option AGENT_URL set? You can check via devpod context options. It seems the issue is that devpod is not download the latest binary so just want to rule that possibility out. Also are you using a local or remote docker?
Also if you could append --debug to your up command and paste the logs that would be much appreciated
What happened?
Devpod won't build any container after updating to the latest version:
20:28:29 info Workspace plugins already exists
20:28:29 info Creating devcontainer...
20:28:30 info Setup container...
20:28:30 info 19:28:30 fatal unknown flag: --reuse-ssh-auth-sock
20:28:30 info devcontainer up: executing agent command: exit status 1
20:28:31 error Try using the --debug flag to see a more verbose output
20:28:31 fatal run agent command: Process exited with status 1
What did you expect to happen instead?
How can we reproduce the bug? (as minimally and precisely as possible)
My
devcontainer.json
:Local Environment:
DevPod Provider:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: