This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v2 | |
publisher: eclipse | |
name: che-theia | |
version: next | |
type: Che Editor | |
displayName: theia-ide | |
title: Eclipse Theia development version. | |
description: Eclipse Theia, get the latest release each day. | |
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true | |
category: Editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: 1.0.0 | |
metadata: | |
name: che-theia-dev | |
projects: | |
- name: theia | |
source: | |
location: 'https://github.com/theia-ide/theia.git' | |
type: git | |
branch: master | |
- name: che-theia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: 1.0.0 | |
metadata: | |
name: eduke32 | |
components: | |
- type: cheEditor | |
id: eclipse/che-theia/latest | |
- type: chePlugin | |
id: eclipse/che-machine-exec-plugin/latest | |
- alias: eduke32-build | |
type: dockerimage |