-
Notifications
You must be signed in to change notification settings - Fork 405
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-in-docker: buildx release not found #556
Comments
This is now resolved but it took about 5 hours for the release to catch up. |
Thanks for reporting the issue. We should add some fallback to older releases if the latest tag does not exist or add a similar logic to #318 |
Same is occuring with v0.11.0 The issue is on the devcontainer feature, using the tags to assume that the tarball is available is a bad process as it can leads to such error. The devcontainer feature should allow us to control the version of buildx or use the latest tarball available (not the latest tag). For example instead of a "boolean" to enable/disable buildx, set it as a string with None as a possible value to not install it, otherwise a version string such as "latest" or let us specify a specific version, please. |
I think I may be seeing the same issue? I'm trying to use docker-in-docker in a dev container on GitHub Codespaces today, and getting:
|
Hi @hpe-ykoehler 👋 I totally agree with change, and we are aware of this problem and have this item added to the backlog. However, very busy with other items. We appreciate contributions from the community, if you are interested and willing to open a PR with the changes, we will be glad. I can help review and provide any other support/guidance if needed. |
Hi @pamelafox 👋 I wonder if Microsoft repos have added support for docker-in-docker for |
From the buildx side, they recommended using the GitHub release API. Now that is not something I am familiar with, maybe supporting a version instead of a boolean is more in my league. Will see if I can find some time. |
This is happening again, DinD is looking for v0.12.0 and v0.11.2 is the latest release on github. |
Raised PR #869 for resolution |
Important PR #869 was merged. |
Closing as completed with #869 |
Hi,
There is a temporary problem with buildx where the tag for v0.10.5 was pushed, but the corresponding release was not.
As a result, this line is failing:
features/src/docker-in-docker/install.sh
Line 323 in b48d870
Logs:
The text was updated successfully, but these errors were encountered: