Description
COMPOSE_PARALLEL_LIMIT was added to restrict the number of concurrent containers being built #9091 (comment). This setting is no longer taking effect resulting in compose attempting to build over 30 containers at once.
Steps To Reproduce
- Environment: Docker Desktop on windows.
- I don't have a compose i can share but any compose with more images than set in COMPOSE_PARALLEL_LIMIT should be sufficient.
- run docker compose build
- compose will start building more images than allowed.
Compose Version
Docker Compose version v2.38.2-desktop.1
Docker Environment
Docker Desktop 4.43.1 (198352)
Anything else?
No response
Description
COMPOSE_PARALLEL_LIMIT was added to restrict the number of concurrent containers being built #9091 (comment). This setting is no longer taking effect resulting in compose attempting to build over 30 containers at once.
Steps To Reproduce
Compose Version
Docker Environment
Anything else?
No response