VS Code for Eclipse Che works with both UBI 8 and 9
See original GitHub issueIs your task related to a problem? Please describe
When running Che-Code in a UBI9-based container, it fails with the following error:
./node: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Describe the solution you’d like
Probably, it requires adding some libs to Che-Code image.
Describe alternatives you’ve considered
There was an internal discussion on the possibility of running Che-Code in any image. It requires reviewing how we package the VS Code. Also, there were some ideas to check about using the statically linked libraries.
Release Notes Text
Previously VS Code for Eclipse Che was failing to run on containers that had a version of OpenSSL that was not supported like for example UBI 9 that included OpenSSL 3.0.1). Now it will work independently from the version of OpenSSL included in the container.
Issue Analytics
- State:
- Created a year ago
- Comments:15 (14 by maintainers)
Top Results From Across the Web
Extending Eclipse Che 7 to use VS Code extensions
We've added a plugin model to Eclipse Theia that is compatible with Visual Studio Code (VS Code) extensions. Che 7 users will eventually...
Read more >Pair programming using VS Code | Eclipse Che Blog
This blog post describes how it is possible to achieve that by using CodeTogether, a third-party VS Code extension.
Read more >Move your VS Code extension into Eclipse Che - YouTube
VS Code is a Desktop IDE with tons of extensions but it is running on your local computer. Eclipse Che is a developer...
Read more >Eclipse Che vs Visual Studio Code | What are the differences?
Eclipse Che and Visual Studio Code are both open source tools. It seems that Visual Studio Code with 78.4K GitHub stars and 10.9K...
Read more >eclipse/che-dev - Quay.io
No builds have been run for this repository. Description. No repository description has been set.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
UBI 8
image uses1.1.1
version ofopenssl
UBI 9
image uses3.0.1
version ofopenssl
For
che-code
we usenode
that requires1.1.1
version ofopenssl
so maybe copying nodejs binary from
ubi9/nodejs-16
in addition toubi8
or we grab a nodejs binary with a different openssl version