-
Task
-
Resolution: Done
-
Critical
-
3.6.0.GA
-
False
-
None
-
False
-
Release Notes
-
-
Enhancement
-
Done
-
-
Synced from eclipse/che issue
https://github.com/eclipse/che/issues/21990
Is your enhancement related to a problem? Please describe
After testing Che with the universal developer image, developers want to use a custom image. To do that they currently need to create or edit a devfile.
But creating a new devfile + pushing it to the git repo may be overkill if the need is just to replace the default image.
Describe the solution you'd like
Add a new URL parameter named image to overrides:
- if no devfile is specified in the project CheCluster field devEnvironments.defaultComponents[0].container.image
- if a devfile is specified: components[0].container.image
- is documented by
-
RHDEVDOCS-5255 New URL parameter to override the workspace `image`
- Closed
- links to