Hi,
The docker-compose in Fedora repo (installed via dnf install docker-compose
) is old and deprecated (v1.29.2).
The upstream version is v2.23.3 and is Apache licensed. Can Fedora use the upstream version?
I ask this because the Spring Boot Docker Compose module actually requires docker-compose v2. I tried using the latest release binary from upstream and it works with Spring Boot.
Note: I am using Podman with docker-compose (with DOCKER_HOST pointing to the Podman socket).