replace depricated images in configuration (#11051)

6.19.x
Maxim Musienko 2018-09-05 10:31:04 +03:00 committed by GitHub
parent a159d6e2b7
commit 27f55d3f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
}
},
"recipe": {
"content": "FROM codenvy/ubuntu_jdk8",
"content": "FROM eclipse/ubuntu_jdk8",
"contentType": "text/x-dockerfile",
"type": "dockerfile"
}

View File

@ -12,7 +12,7 @@
}
},
"recipe": {
"content": "FROM codenvy/ubuntu_jdk8",
"content": "FROM eclipse/ubuntu_jdk8",
"contentType": "text/x-dockerfile",
"type": "dockerfile"
}