Done
Details
Assignee
Alex DemidoffAlex DemidoffReporter
Alex DemidoffAlex DemidoffPriority
UrgentComponents
Needs QA
NoNeeds Doc
NoPlanned Version/s
Fix versions
Story Points
1Smart Checklist Progress
1/1 - Done
Details
Details
Assignee
Alex Demidoff
Alex DemidoffReporter
Alex Demidoff
Alex DemidoffPriority
Components
Needs QA
No
Needs Doc
No
Planned Version/s
Fix versions
Story Points
1
Smart Checklist Progress
1/1 - Done
Smart Checklist
Smart Checklist
Smart Checklist
Created April 4, 2024 at 11:20 AM
Updated August 8, 2024 at 5:02 AM
Resolved June 12, 2024 at 7:57 AM
What should be done:
We see more and more github action fail while being unable to run `docker-compose` as a stand-alone binary. We need a fix to make the wokflows green again.
The issue is that github have migrated their action runners from using the old python-based stand-alone binary `docker-compose` to using a native `docker-compose-plugin`. Therefore, the syntax changed to `docker compose` and that explains the failure.
Follow the link below to read more:
https://github.com/actions/runner-images/issues/9557
Added value:
Suggested implementation / options:
Migrate all github actions on all PMM and Portal repos affected by this deprecation to the new syntax.
Out of scope:
Details: