Skip to content

Theia remote plug-in runtime in sidecar container improvement #13387

Closed
@evidolob

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:

  1. Add che-theia remote plugin runtime binary at the end of plugin image build
  2. Mount and run che-theia remote plugin runtime binary on che workspace start

Metadata

Labels

kind/enhancementA feature request - must adhere to the feature request template.severity/P1Has a major impact to usage or development of the system.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions