mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 846 forks source link

why are java 1.8 versions used in the docker images of 1.9, 1.11? (did not check 1.10) #7260

Closed f1-outsourcing closed 3 years ago

f1-outsourcing commented 3 years ago

Newer java versions better communicate resource limits in container environments. I would say these make them preferred to be used in docker images.

timcharper commented 3 years ago

I think it just simply hasn't been updated because doing so would require extensive testing. I think such a change would not happen in a minor release of Marathon, and given this news, it's unlikely to happen now.

f1-outsourcing commented 3 years ago

:'( I liked my lean and mean mesos+marathon solution