Commit e8c0ed7
committed
Fix #858: split up docker compose build
Running locally, a plain `docker compose build` works as expected.
On GitHub, buildx tries to build all 3 images in parallel even if
you set `COMPOSE_PARALLEL_LIMIT` or use `--parallel 1`. That fails b/c
the base image is not available to the other two build jobs.1 parent 7932f78 commit e8c0ed7
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
| |||
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
78 | | - | |
| 84 | + | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| |||
0 commit comments