d2iq-archive / dcos-flink-service

11 stars 17 forks source link

fixes java issue #28

Closed ANierbeck closed 7 years ago

ANierbeck commented 7 years ago

This could fix the wrong java version issue, especially the explicit setting of the java version

joerg84 commented 7 years ago

@ANierbeck Need to check, but Is that package available in that ubuntu version of the base image?

ANierbeck commented 7 years ago

if not do something like the following:

RUN add-apt-repository ppa:openjdk-r/ppa

prior the install ;)

joerg84 commented 7 years ago

@ANierbeck but we don't do that ;-). Could you include this in your PR?


Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openjdk-8-jdk```
ANierbeck commented 7 years ago

done :)

joerg84 commented 7 years ago

@ANierbeck can you quickly check my additional commits here?

ANierbeck commented 7 years ago

@joerg84 & @unterstein awesome guys ... 👍

btw. how long till this docker image is available, so I can test on my cluster?