-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Problem with docker compose V2 support. #312
Comments
Hello. I also get errors when using "docker-compose". More precisely this python error: |
Hi @rsaugier and @malylemireflo I need to take care of this. Put it on my TODO list and will fix it during my vacation this summer. Cheers, |
@mariotoffia Just FYI github have deprecated docker-compose in the base action images as of July 29th (with a slow rollout). We were hit today. Currently looking into a solution |
For anyone who needs a quick shim until support lands:
|
More info here |
Thanks a lot @ben-wilson-mews this one saved my life :-) |
Seems docker-compose command should be updated to docker compose in V2.
https://docs.docker.com/compose/migrate/
Base command should check for .AssumeComposeVersion(ComposeVersion.V2) and remove the hyphen.
I get some errors with the newest docker compose and the command with hypen.
See https://askubuntu.com/questions/1508129/docker-compose-giving-containerconfig-errors-after-update-today
The text was updated successfully, but these errors were encountered: