Skip to content

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

Open
@Hi-Fi

Description

@Hi-Fi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions