Theia remote plug-in runtime in sidecar container improvement #13387
Closed
Description
Description
Currently we have base image for remote plugin. So all remote plugin images should inherit it, which is not convenient by it self, and heavily increase remote plugin image build time. Also we have some problems when Thiea IDE and remote plugin runtime has different version(when some one doesn't update remote plugin image) which leads to very strange and difficult to detect bugs.
We can improve that with two options:
- Add che-theia remote plugin runtime binary at the end of plugin image build
- Mount and run che-theia remote plugin runtime binary on che workspace start