Commit 35d599d
committed
github/workflows: always use latest stable docker compose release
docker compose v2.36.2 introduced a regression [1] making labgrid's
docker image generation fail:
Container staging-dut-1 Creating
Container staging-coordinator-1 Creating
Container staging-dut-1 Error response from daemon: No such image: staging-dut:latest
Error response from daemon: No such image: staging-dut:latest
Error: Process completed with exit code 1.
The issue has been resolved for nearly a month, but there is still no
GitHub runner image [2] that includes it. It is recommended [3] to use
docker's official setup-compose-action to benefit from stable releases
as early as possible [4]:
If Docker Compose is already installed on the runner, the action will
skip download. Otherwise, it will download and install the latest
stable version available on GitHub.
[1] docker/compose#12896
[2] https://github.com/actions/runner-images/releases
[3] docker/compose#12892 (comment)
[4] https://github.com/docker/setup-compose-action
Signed-off-by: Bastian Krause <bst@pengutronix.de>
(cherry picked from commit 84c494b)1 parent 478b960 commit 35d599d
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments