URL parameter for the IDE image

You can use the editor-image parameter to set the custom IDE image for the workspace.

  • If the Git repository contains /.che/che-editor.yaml file, the custom editor will be overridden with the new IDE image.

  • If there is no /.che/che-editor.yaml file in the Git repository, the default editor will be overridden with the new IDE image.

  • If you want to override the supported IDE and change the target editor image, you can use both parameters together: che-editor and editor-image URL parameters.

The URL parameter to override the IDE image is editor-image=:

https://<che_fqdn>#<git_repository_url>?editor-image=<container_registry/image_name:image_tag>
Example:

https://<che_fqdn>#https://github.com/eclipse-che/che-docs?editor-image=quay.io/che-incubator/che-code:next

or

https://<che_fqdn>#https://github.com/eclipse-che/che-docs?che-editor=che-incubator/che-code/latest&editor-image=quay.io/che-incubator/che-code:next