-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
Description
#12649 made a breaking update that enabled COMPOSE_BAKE
by default. That also had followup fixes released that are necessary for successful runs.
The current image deployed ships a version that can leave the build process hanging indefinitely. docker/compose#12998
Doesn't reproduce since v2.38.1 or v2.38.2 β please update ASAP
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
20250728.1.0
https://github.com/mozilla/bedrock/actions/runs/16631980369/job/47063461494
Is it regression?
Yes. #12657 left the build process hanging.
Expected behavior
Last worked 20250720.1.0
Docker Compose v2 | 2.36.2 |
---|---|
Docker-Buildx | 0.25.0 |
Actual behavior
Docker compose build left hanging until hitting timeout 20250728.1.0
Docker Compose v2 | 2.37.3 |
---|---|
Docker-Buildx | 0.26.1 |
Repro steps
https://github.com/mozilla/bedrock/actions/runs/16631980369/workflow
Bug: docker/compose#12998
Steffen911