Currently, action runtime issues tightly coupled with executor and sandboxer.
It's would be the nice if action runtime is plugable. So that we could change underlay implementation, e.g from docker to podman, containerd/nerdctl or from node.js to demo, bun,...
We can also add new runtime like gitea does for go
Design:
- builtin runtime: script, container
- external: javascript,...
Currently, action runtime issues tightly coupled with executor and sandboxer.
It's would be the nice if action runtime is plugable. So that we could change underlay implementation, e.g from docker to podman, containerd/nerdctl or from node.js to demo, bun,...
We can also add new runtime like gitea does for go
Design: