-
Notifications
You must be signed in to change notification settings - Fork 404
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: cannot install docker-compose #1241
Comments
Our team is also running into issues creating a new Codespace's using docker-outside-of-docker. We saw this same issue back in October of last year and we were able to patch it by using the method @hlecnt mentioned above ✅ Here are the errors we are getting back from the Creation Log:
|
Also facing this issue. Thanks @hlecnt you saved my bacon 🥓 with your workaround 😄 |
Yep we are hitting this, the workaround above works fine. Thanks @hlecnt |
Hi, PR #1252 |
Hello,
I'm facing the issue just now. This is due to an incoming release of compose just now: the tag has been created but not the related release (github release) yet.
Thus the install.sh script found a tag version but without a corresponding release => it can't download the asset (not yet release) then fails.
The solution for now is to specify an already existing version like this:
Perhaps, a more robust way to handle this would be to to look at the available releases instead of tags (if allowed by the github API).
The text was updated successfully, but these errors were encountered: