-
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
Checode entrypoint fails (undefined symbol: FIPS_selftest) #22109
Comments
Hi @meanderix. Since Che runs the code editor within the "tools" container, there are some prerequisites that must be installed for the editor to successfully run. It looks like you might be hitting an issue due to the version of OpenSSL installed in your custom container -- can you share the dockerfile you are using to build the image? See related issues: #21778, #21629, and potential workaround: https://github.com/che-incubator/che-code/tree/main/build/dockerfiles (these are for UBI9 containers, but it seems a simialr issue you're running into.) cc: @RomanNikitenko any advice? |
@amisevsk |
We're using |
The same error can be replicated with the image |
@meanderix So:
|
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
I'm using Che with Openshift DevSpaces and I'm trying to use a custom image (php-based) for the "tools".
I'm getting the following error when
/checode/entrypoint-volume.sh
is bootstrapping VS code:/checode/checode-linux-libc/node: symbol lookup error: /checode/checode-linux-libc/node: undefined symbol: FIPS_selftest, version OPENSSL_1_1_0g
How should this be addressed?
Relevant information
No response
The text was updated successfully, but these errors were encountered: