You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before I had the option to either build sequentially or in parallel by using the --parallel flag for docker-compose build, but now that I've upgraded to Docker Desktop 4.6.1 (Compose version 2.3.3), I can't choose anymore. It always builds in parallel and there's no way to disable it. This is important for me, because of NPM. I'm not entirely sure what they do on their end, but I think they either cannot handle the traffic, or they block traffic when there are too many connections from one IP, because I'm getting a lot network timeouts when I build everything in parallel. Before I was able to just build things sequentially and it would usually go through.
Steps to reproduce the issue:
run docker-compose build
Describe the results you received:
It builds all my images in parallel
Describe the results you expected:
Build sequentially, or at least give me the option to disable parallel building.
Description
Before I had the option to either build sequentially or in parallel by using the
--parallel
flag fordocker-compose build
, but now that I've upgraded to Docker Desktop 4.6.1 (Compose version 2.3.3), I can't choose anymore. It always builds in parallel and there's no way to disable it. This is important for me, because of NPM. I'm not entirely sure what they do on their end, but I think they either cannot handle the traffic, or they block traffic when there are too many connections from one IP, because I'm getting a lot network timeouts when I build everything in parallel. Before I was able to just build things sequentially and it would usually go through.Steps to reproduce the issue:
docker-compose build
Describe the results you received:
It builds all my images in parallel
Describe the results you expected:
Build sequentially, or at least give me the option to disable parallel building.
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: