You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: