Commit Graph

4 Commits

Author SHA1 Message Date
Antoine Cotten
24306fd49d feat!: Remove support for Compose v1
There has been no release of the deprecated 'docker-compose' Python
package since v1.29.2, which was published in May 2021[1]. This release
is currently broken due to a breaking change in the 'docker' Python
package at version 7.0.0[1], and there is seemlingly no plan to release
a patch version of Compose v1 to address the problem.

The official path forward is to use Compose v2, which is now bundled
with the Docker client and available on all platforms where Docker is
supported.

This commit additionally removes the 'version' attribute from Compose
files, since it was obsoleted in the Compose Spec[3].

Closes #1017

[1]: https://pypi.org/project/docker-compose/#history
[2]: docker/docker-py#3194
[3]: https://compose-spec.io
2024-09-17 09:20:56 +02:00
Antoine Cotten
ace6e71cff Enable linter for Markdown files 2020-10-18 20:32:23 +02:00
Antoine Cotten
95272b72f4 Simplify curator extension 2020-10-16 20:30:10 +02:00
Eugen Cristea
1ac84fbea7 Add Curator extension (#297) 2018-07-24 09:36:45 +02:00