che
che copied to clipboard
Support images that don't have neither openssl nor rpm
Is your task related to a problem? Please describe
There is a mechanism of openssl version detection at starting VS Code editor.
It uses openssl command to detect which version(ubi8 vs ubi9-based) of the che-code assembly should be started in a user's container.
It uses rpm to identify openssl version if openssl command is not available.
It's possible that a container doesn't have neither openssl nor rpm.
Describe the solution you'd like
As a solution:
- we could analyze libraries in a container.
- we should double check what assembly should be used for starting VS Code when we cannot detect
opensslversion.
Describe alternatives you've considered
No response
Additional context
No response