-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker compose v2 compat? #138
Comments
What error did you get? |
I seem to be having the same issue: Actual behaviour
Expected behaviour The command successfully builds the images ready to be run by other dip commands Environment
Notes Worked fine until I updated Docker Desktop - I don't know what the previous version was, but I tend to update when it tells me there's a new version - so pretty up-to-date Disabling the |
I got the following error "Can't separate key from value". It indeed seems related to docker compose v2 (apache/airflow#16949) |
Do you have the env file? |
Yes we have but all of our defined env variables have a value defined. Not sure if this is a dip problem perse and it is more docker related. I am using the most recent dip version (7.1.4). Will check later today if it is indeed related to my setup. |
This also breaks readline in the Rails console; with |
According to the link given above (https://docs.docker.com/compose/cli-command/)
I changed |
Very good! I'll prepare DIP to the latest Compose command next week. |
After a docker update (i am on osx) it turned on Docker compose V2 by default (see https://docs.docker.com/compose/cli-command/). After turning it off stuff started working again. Any idea if this is in the pipeline of being supported?
The text was updated successfully, but these errors were encountered: