-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework che-theia remote plugin images #14797
Comments
cc @l0rd , @AndrienkoAleksandr |
I think we can handle it differently as I've added templating for base images on top of ubi8 It'll be easy to provide other images |
BTW what would be a rewrite of image |
I think we can use |
If you can't just use bare images from RHCC without having to patch them, consider reusing & updating these as needed:
|
Ah, I see the WIP is in https://github.com/eclipse/che-theia/tree/reworkImages/dockerfiles/ rather than master branch. I also see that we're not following the existing convention of using Can I suggest refactoring those to a) consistency with other builds like the plugin/devfile registries @benoitf WDYT? |
Yes we can try to use images from RHCC, at least we can make sure that they work, if they work @nickboldt you need just replace it in Che plugin registry plugin |
@nickboldt I try to use
Java extension doesn't work, it seems that for remote plugin we need to have |
@evidolob we need a writeable location to put the plugin state. It looks like the path /home/theia is hardcoded somewhere instead of using $HOME |
For that error |
@tsmaeder it's not hardcoded, remote plugin trying to use value passed from main Theia image, where |
@AndrienkoAleksandr "Access denied" |
We are done with this issue.
|
This is sub task of #13387
To complete #13387 we need to rewrite current, alpine based, images. And also provide new optional UBI based images for each of remote plugin. Name of the UBI based docker file will be:
Dockerfile.ubi
All work on rewriting images are doing in https://github.com/eclipse/che-theia/tree/reworkImages branch
Current state:
The text was updated successfully, but these errors were encountered: