Skip to content
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

Major bug in version 0.6.8 after updating. #1538

Open
Calin125 opened this issue Jan 10, 2025 · 2 comments
Open

Major bug in version 0.6.8 after updating. #1538

Calin125 opened this issue Jan 10, 2025 · 2 comments
Labels

Comments

@Calin125
Copy link

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?

@pascalbreuninger
Copy link
Member

Hey @Calin125, thanks for reporting this issue, we'll fix it asap

@bkneis
Copy link
Contributor

bkneis commented Jan 13, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants