diff --git a/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default.json b/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default.json index debcf7cb42..3d37a947cc 100644 --- a/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default.json +++ b/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default.json @@ -28,7 +28,7 @@ } }, "recipe": { - "content": "FROM codenvy/ubuntu_jdk8", + "content": "FROM eclipse/ubuntu_jdk8", "contentType": "text/x-dockerfile", "type": "dockerfile" } diff --git a/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default_with_github_projects.json b/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default_with_github_projects.json index 710ad259db..c1c92b2436 100644 --- a/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default_with_github_projects.json +++ b/selenium/che-selenium-test/src/test/resources/templates/workspace/docker/default_with_github_projects.json @@ -12,7 +12,7 @@ } }, "recipe": { - "content": "FROM codenvy/ubuntu_jdk8", + "content": "FROM eclipse/ubuntu_jdk8", "contentType": "text/x-dockerfile", "type": "dockerfile" }