mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

Use docker compose (no dash) in build recipes and CI #1316

Closed dtm2451 closed 3 months ago

dtm2451 commented 3 months ago

To fix how our CI tests are consistently failing, always with ./build_support/compose: line 26: docker-compose: command not found after a make command that utilizes docker-compose. That syntax is deprecated and removed in newest docker versions.

The fix: swap from docker-compose to docker compose in all instances. It does not seem that there should be much affect as the differences between v1 (uses the dash) and v2 (does not use the dash) do not seem major.