-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
v1: Docker is failing to install leading to infinite loop on wait #9
Comments
You can writing some word in a comment to trigger action:
|
It looks like there was a change somewhere in the newer versions of the Docker client that's distributed. I did master...nickvanw:master to work around it for now (manually installing a previous release), which seems to work for me. Hope that's helpful! |
now work! |
We (https://github.com/dapr) are having this issue also, for example here: @khs1994 can you please update this Github Action for everyone? Or perhaps @nickvanw could make a pull request that you can merge? Can you please reopen this issue? |
@nickvanw your changes do not resolve the problem for me. After |
rerelease v1, now work |
谢谢你帮我🙏 |
@khs1994 unfortunately I am still getting:
etc It never finishes |
@khs1994 perhaps there was a caching issue where it still used an older release given the version number didn't change. Anyways, thanks a lot for the fast response! Much appreciated! |
It seems that this just happens again. Seems like I'm not the only one: https://github.com/dapr/cli/runs/3515980595?check_suite_focus=true. |
now pin docker for mac 3.6.x |
It looks like a file isn't being found during docker installation leading to a installation failure. When the action goes to boot docker, it infinitely waits.
Significant Portion of Log:
Entire Log:
The text was updated successfully, but these errors were encountered: