Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
dotnet, go, javascript, python
-
None
Description
Docker Compose V1 has been deprecated in 2023: https://docs.docker.com/compose/migrate/
We are however still using it which now results in our GLV tests failing in GitHub Actions as they have stopped supported it.
The biggest change between V1 and V2 is that it's now docker compose instead of docker-compose. Maybe it's already enough if we simply make that change.