Skip to content

Instantly share code, notes, and snippets.

@mmorhun
Last active November 8, 2019 07:36
Show Gist options
  • Save mmorhun/3fb8dd999b3235db9e9569c8b9cb1e9f to your computer and use it in GitHub Desktop.
Save mmorhun/3fb8dd999b3235db9e9569c8b9cb1e9f to your computer and use it in GitHub Desktop.
Devfile for developing Che Theia in Che Theia
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
source:
location: 'https://github.com/eclipse/che-theia.git'
type: git
components:
- id: che-incubator/typescript/latest
type: chePlugin
memoryLimit: 2048Mi
- type: dockerimage
image: 'eclipse/che-theia-dev:next'
mountSources: true
memoryLimit: 2048Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment