Does the daemonless command support parallel build? #6115
|
Hi, this may be a dumb question. We have Kubernetes GitLab runners that recently migrated from Docker‑in‑Docker to BuildKit because we couldn’t run Docker build jobs in parallel. However, the issue is the same with both Docker‑in‑Docker and BuildKit: I’m wondering if it’s possible to run BuildKit on a socket that includes the job ID, so each job gets its own unique socket like this? There's also issue if multiple projects decided to run simultaneously it will just fails |
Answered by
AkihiroSuda
Aug 4, 2025
Replies: 1 comment 1 reply
|
For parallel builds you have to run a daemon and then run clients in parallel |
1 reply
Answer selected by
svenikea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For parallel builds you have to run a daemon and then run clients in parallel