eclipse-symphony / symphony

Symphony project
MIT License
24 stars 17 forks source link

[Proposal] Add a proxy stage processor #214

Open Haishi2016 opened 1 month ago

Haishi2016 commented 1 month ago

In many cases, it's preferrable to run a stage processor, especially a script-based stage processor, in a separate environment (such as a pre-configured container) so that all the necessary tools are available for the script. Further, a separate execution environment also provides isolations so that a rouge script won't impact Symphony API itself.