-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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.18 invalid memory address or nil pointer dereference #44141
Comments
We encounter this as well occasionally. What happens:
|
Aha, I've expected something like this. @thaJeztah Is there anything possible to do not building custom dind image? Is there any info on the first 22.06.x release? |
That link looks to be to the docker cli, so only the client side of buildkit; the version used in the daemon is here, https://github.com/moby/moby/blob/v20.10.18/vendor.conf#L36 Which is some commits ahead of v0.8.3, so should contain the patch you linked to 🤔 |
I'm not familiar with the internals. Does all the buildkit processing take place in the daemon we're connected to? I.e., if we're using an old docker cli (with buildkit 0.8.1) to connect to a new daemon via the socket, then we'll use the 0.8.3 version of buildkit for the actual building? If that's the case, then I'm confused indeed, and there may be some other bug in play here |
Are you still able to reproduce this on 23.0? |
@bsousaa seems not this one. Now we're facing moby/buildkit#3635 on 23.0.1 |
I will close this issue as it appears to be fixed in 23.0, and we can follow the issue in the buildkit issue you linked. (moby/buildkit#3635) |
Description
Reproduce
docker buildx bake with rather complex docker-bake.hcl something like:
Expected behavior
Build success. Docker daemon does not crash.
docker version
docker info
Additional Info
Baremetal K8s
CentOS 7
Kernel: 5.19.7-1.el7.elrepo.x86_64
The text was updated successfully, but these errors were encountered: