Get rid of yq and jq usage in the che-code entrypoint #22345
Labels
area/editor/vscode
Issues related to the Code OSS editor of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Depends on:
Is your task related to a problem? Please describe
We are going to support running VS Code in the containers that don't include the pre-requisites, see #21778.
At the moment
che-code
entrypoint depends on theyq
andjq
tools:Describe the solution you'd like
The entrypoint should not depend on the
yq
andjq
tools.Actually
yq
is used to read/devworkspace-metadata/flattened.devworkspace.yaml
file and getCHE_CODE_ENDPOINT
.I think we should have a possibility to get that endpoint as env variable without any complex logic on the entrypoint side.
The text was updated successfully, but these errors were encountered: