Skip to content
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

Fix docker compose in Github Action #370

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

jvf
Copy link
Contributor

@jvf jvf commented Sep 13, 2024

Docker Compose v1 has been removed from the Ubuntu base image.

You can see the announcement in the actions of the last commit in main: Go to one of last jobs, e.g.
Test (Elixir 1.17.1, OTP 27.0 — C* 4.1, Scylla 5.2, open the "Set up job" details, open "Runner Image" details and follow the Included Software link which announces Docker Compose v1 will be removed from images on July, 29.

Now actions fail with docker-compose: command not found, see for example here. To fix this, we need to run it as docker compose.

@whatyouhide whatyouhide merged commit fc1bbdd into whatyouhide:main Sep 13, 2024
5 checks passed
@whatyouhide
Copy link
Owner

Thanks @jvf 💟

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants