actions / actions/runner-container-hooks
Question: is there will to support hooks within AWS, Azure and Google serverless options (ECS, Azure Container Apps, Cloud Run)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 112
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
I have made PoC to use runner-container-hooks to run spawn containers with runners that run on ECS, ACA and Cloud run. Currently this repo has support for Docker and Kubernetes, but would there be will to have also those 3 (or some of those) as part of this repository?
AWS is most mature of these three, and works with current actions/runner provided base image. ACA and Cloud run require specific runner image or at least additional binary to handle the execution of commands (which is not supported with either of those through provided APIs).
ECS version is at https://github.com/Hi-Fi/runner-container-hooks/tree/aws/packages/ecs.
Other versions are at https://github.com/Hi-Fi/runner-container-hooks/tree/cloudrun/packages. This one also has AWS version using that custom execution binary for simplicity (in the presentation sense), as other 2 were requiring it.
Those could be also published separately, but the issue with that is that the hooklib is not published separately from this repo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing Docker and Kubernetes support, then inspect the linked packages/ecs implementation and the cloudrun/packages versions. Compare how ECS, Azure Container Apps, and Cloud Run handle runner hooks and the hooklib publishing constraint. Done would require a maintainer decision on supported targets and whether these implementations belong in this repository or separate packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, azure, gcp, typescript
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100