che icon indicating copy to clipboard operation
che copied to clipboard

Support images that don't have neither openssl nor rpm

Open RomanNikitenko opened this issue 2 years ago • 0 comments

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 openssl version.

Describe alternatives you've considered

No response

Additional context

No response

RomanNikitenko avatar Jan 24 '24 14:01 RomanNikitenko