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

Question: is there will to support hooks within AWS, Azure and Google serverless options (ECS, Azure Container Apps, Cloud Run) #185

Open
Hi-Fi opened this issue Oct 19, 2024 · 0 comments

Comments

@Hi-Fi
Copy link

Hi-Fi commented Oct 19, 2024

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.

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

No branches or pull requests

1 participant