-
Notifications
You must be signed in to change notification settings - Fork 603
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
20.10.22-dind image failing with runtime error: index out of range [0] with length 0
or fatal error: concurrent map writes
#390
Comments
Having the same issue here |
I poked some folks internally -- looks like the |
The |
@tourdownunder @asmithdt for the issue
@tianon on an initial glance, this doesn't seem the same as docker/buildx#1497, though it's a related section of code 😢 |
I tried to reproduce it by upgrading back to I found the sha version that failed in the logs: unable to resolve docker endpoint: open /certs/client/ca.pem: no such file or directory |
Just reporting back that |
@tianon I think this should be resolved now 🎉 Still not sure about |
Nice, thank you! 🙇 ❤️ |
Using
docker/20.10.22-dind-alpine3.17
we seem to be mostly getting one of the following in our gitlab ci runners.or on a different pipeline
Once in a while one of our pipelines will pass though it is quite rare.
I noticed that the dockerhub image was updated recently and used this as a reasoning to downgrade to
20.10.21
that hasn't been updated for over a month and this seems better so far.The text was updated successfully, but these errors were encountered: