replace depricated images in configuration (#11051)
parent
a159d6e2b7
commit
27f55d3f35
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
},
|
||||
"recipe": {
|
||||
"content": "FROM codenvy/ubuntu_jdk8",
|
||||
"content": "FROM eclipse/ubuntu_jdk8",
|
||||
"contentType": "text/x-dockerfile",
|
||||
"type": "dockerfile"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
},
|
||||
"recipe": {
|
||||
"content": "FROM codenvy/ubuntu_jdk8",
|
||||
"content": "FROM eclipse/ubuntu_jdk8",
|
||||
"contentType": "text/x-dockerfile",
|
||||
"type": "dockerfile"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue