Fix machine's default docker image

Signed-off-by: Anna Shumilova <ashumilo@redhat.com>
6.19.x
Anna Shumilova 2017-07-12 14:02:17 +03:00
parent d16204d23b
commit 1f963d80f4
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export class AddMachineDialogController {
'servers': {},
'attributes': {}
};
this.machineRecipeScript = 'new-machine:\n image: codenvy/ubuntu_jdk8\n mem_limit: 2147483648\n';
this.machineRecipeScript = 'new-machine:\n image: eclipse/ubuntu_jdk8\n mem_limit: 2147483648\n';
this.updateMachineRecipe();
if (this.isUnique(this.machineName)) {
return;

View File

@ -88,7 +88,7 @@ export class CheStack {
}
},
'recipe': {
'content': 'services:\n dev-machine:\n image: codenvy/ubuntu_jdk8\n',
'content': 'services:\n dev-machine:\n image: eclipse/ubuntu_jdk8\n',
'contentType': 'application/x-yaml',
'type': 'compose'
}