project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
40 stars 23 forks source link

Use built in `docker compose` instead of docker-compose from pip #138

Closed mikaelhm closed 9 months ago

mikaelhm commented 9 months ago

We've been using Docker Compose V1 since the beginning, but since July '23 Compose V1 is no longer receiving updates.

This PR will update the TH to use Docker Compose V2.

Note, Compose V1 was installed using pip and Compose V2 is built into the docker tooling directly, so it's a minor change from using docker-compose to docker compose

https://docs.docker.com/compose/