Fix machine's default docker image
Signed-off-by: Anna Shumilova <ashumilo@redhat.com>6.19.x
parent
d16204d23b
commit
1f963d80f4
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue