-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
CI Failing with docker-compose: command not found #22413
Comments
Another related example: https://github.com/prestodb/presto/actions/runs/8530290590/job/23369147515#step:7:1 |
I've seen this too. I don't think we use any of our own machines, just github and CircleCI. Did you happen to notice which of these it happens on? Might be only an issue with github actions or only with circleci. |
I noticed this with Github CI only |
https://github.com/orgs/community/discussions/116610#discussion-6453112 looks like we need to update our docker command |
Looks like this is going to become fully blocked in the next day or 2 actions/runner-images#9692. I have a PR where I've tried to change everything from docker-compose to docker compose, but I'm still seeing some failures #23360. I don't really know a ton about configuring docker or about our test setup so if anybody has more knowledge here, please do jump in. |
actually, got it working. #23360 is ready for review. |
A number of CI actions seem to rely on docker-compose. However, it seems the actions which require it are failing intermittently due to the command not being installed.
Example Logs
I wonder if we added new CI machines or something was updated which skips installing
docker-compose
?The text was updated successfully, but these errors were encountered: