treeverse / airflow-provider-lakeFS

lakeFS airflow operator
Apache License 2.0
26 stars 5 forks source link

Migrate docker-compose deployments to Docker compose v2 #55

Open arielshaqed opened 1 year ago

arielshaqed commented 1 year ago

Deadline: "End of June 2023"

What

docker-compose is deprecated and users are encouraged to switch to Docker compose v2.

This may be as simple as deleting the hyphen from docker-compose. Or not...

Compose V2 integrates compose functions into the Docker platform, continuing to support most of the previous docker-compose features and flags. You can run Compose V2 by replacing the hyphen (-) with a space, using docker compose, instead of docker-compose.

The compose command in the Docker CLI supports most of the docker-compose commands and flags. It is expected to be a drop-in replacement for docker-compose.

signed-log commented 1 year ago

I don't think there would be any issue with the actual docker-compose.yaml

The changes affect the command-line interface. The file format isn't affected (you can see the file-format changes on the Docker website)