When building eclipse/che-theia
docker image https://github.com/eclipse/che/tree/master/dockerfiles/theia, how to specify a specific version of Theia to be used ?
Asked
Active
Viewed 150 times
0

sunix
- 323
- 1
- 3
- 8
1 Answers
0
You need to change the value of argument THEIA_VERSION
in Dockerfile.
Beware of the CQ to be created for each Theia version upgrade.
Patches are per Theia version, so no need to remove them.
Integration tests are executed by default. Upgrading Theia may require updating integration tests.

sunix
- 323
- 1
- 3
- 8