diff --git a/dashboard/src/app/workspaces/workspace-details/environments/add-machine-dialog/add-machine-dialog.controller.ts b/dashboard/src/app/workspaces/workspace-details/environments/add-machine-dialog/add-machine-dialog.controller.ts index a40bc7a326..8660517ea9 100644 --- a/dashboard/src/app/workspaces/workspace-details/environments/add-machine-dialog/add-machine-dialog.controller.ts +++ b/dashboard/src/app/workspaces/workspace-details/environments/add-machine-dialog/add-machine-dialog.controller.ts @@ -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; diff --git a/dashboard/src/components/api/che-stack.factory.ts b/dashboard/src/components/api/che-stack.factory.ts index 0bf92773c4..eed69cd82d 100644 --- a/dashboard/src/components/api/che-stack.factory.ts +++ b/dashboard/src/components/api/che-stack.factory.ts @@ -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' }