Add a new workspace creation URL parameter named editor-image
#22733
Labels
area/dashboard
area/factory/dashboard
Issues related to factories frontend (che user dashboard side)
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe
In some cases a user may want to re-use the existing
che-code
orche-idea
definitions and replace the injectro containerimage
only.But for such use case we still require to copy the existing
che-code
orche-idea
yaml definition, change the injector containerimage
and reference the URL in theeditor
URL parameter. This is an unnecessary and error-prone work.Describe the solution you'd like
Add a new URL parameter named
editor-image
with the following behavior:<editor>-injector
image.editor
URL parameter too. For example:editor-image=quay.io/mloriedo/che-code:copilot-builtin
==> replace the default editor imageeditor=che-incubator/che-idea/next&editor-image=quay.io/mloriedo/che-rider:2023:2
==> use theche-incubator/che-idea/next
editor but replace the of the injector imageThis is a subtask of the epic #22729
The text was updated successfully, but these errors were encountered: