-
Notifications
You must be signed in to change notification settings - Fork 401
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
docker-outside-of-docker fails to install #842
Comments
+1 - seeing this too. Starting happening on Friday afternoon (9 Feb 2024 ~1230 CST). I'm seeing across all bullseye and bookworm-based devcontainers. Jammy-based devcontainers are working. Related note: dotnet6 and dotnet7 devcontainers are bullseye based. dotnet8 is bookworm based. |
+1 - Started Friday. |
More context on which base containers are working and which are broken:
Devcontainer.json used to generate results: {
"name": "C# (.NET)",
"image": "mcr.microsoft.com/devcontainers/dotnet:1-6.0",
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
}
}
|
This looks similar to #837 and needs a similar fix. See #838 #837 (comment) mentions the root cause of why this started happening. I'll shortly open a PR to unblock this scenario, thanks for reporting! |
In the meanwhile, this should help as well. See #837 (comment)
|
Closing as this should be fixed with #843 |
This was working fine 3 days ago. Due to the nature of the error it might be a "wait a few hours" type of problem
The text was updated successfully, but these errors were encountered: