[BUG] Building with bake hangs indefinitely
Problem
Description Our CI started to hang on deployment somewhen last month, as we're not pinning docker compose. [code block] I've took the liberty to shorten/edit the `args`. I've alse hit `CTRL + C` to abort it, as it would be hanging forever. The other two command seems to work fine somehow. Steps To Reproduce Kinda hard, cause I can't share the repo. 1. Running `docker compose up` with on our repo 2. Hangs forever - will get killed after an hour on CI, thanks to gitlab (usually builds need around 8 min) Compose Version [code block] Docker Environment [code block] Anything else? Opting out of `bake` seems to solve the problem for us now on CI.
Error Output
error error="<nil>"
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: [BUG] Building with bake hangs indefinitely
Can you please change your CI script to run: [code block] This is to confirm this is an integration issue with bake or something else
Trust Score
1 verification
- 1
Can you please change your CI script to run:
[code block] This is to confirm this is an integration issue with bake or something else
text$ docker compose build --print > /tmp/bake.json $ docker buildx bake -f /tmp/bake.json
Validation
Resolved in docker/compose GitHub issue #12998. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep