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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For parallel builds you have to run a daemon and then run clients in parallel |
Beta Was this translation helpful? Give feedback.
For parallel builds you have to run a daemon and then run clients in parallel