Update theia dev stack to use latest dev image. (#13296)

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
7.20.x
Oleksandr Andriienko 2019-05-11 09:45:57 +03:00 committed by GitHub
parent ab4fa83b72
commit 98aeaab2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions

View File

@ -309,17 +309,13 @@
"Yarn"
],
"components": [
{
"name": "Centos",
"version": "7"
},
{
"name": "NodeJS",
"version": "8.12.0"
"version": "10.2.1"
},
{
"name": "NPM",
"version": "6.4.1"
"version": "5.6.0"
}
],
"workspaceConfig": {
@ -350,14 +346,15 @@
},
"recipe": {
"type": "kubernetes",
"content": "kind: List\nitems:\n - \n apiVersion: v1\n kind: Pod\n metadata:\n name: ws\n spec:\n containers:\n - \n image: 'eclipse/che-theia-dev:nightly'\n name: dev\n resources:\n limits:\n memory: 512Mi\n",
"content": "kind: List\nitems:\n - \n apiVersion: v1\n kind: Pod\n metadata:\n name: ws\n spec:\n containers:\n - \n image: 'eclipse/che-theia-dev:next'\n name: dev\n resources:\n limits:\n memory: 512Mi\n",
"contentType": "application/x-yaml"
}
}
},
"projects": [],
"attributes": {
"plugins": "eclipse/che-machine-exec-plugin/0.0.1",
"plugins": "eclipse/che-machine-exec-plugin/0.0.1,che-incubator/typescript/1.30.2",
"sidecar.che-incubator/typescript.memory_limit": "700Mi",
"editor": "eclipse/che-theia/next"
},
"commands": [],