vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

Java version older #43

Closed coding2012 closed 8 years ago

coding2012 commented 8 years ago

Even though the latest version of Vertx docker image is only about 14 days old, the Java version is quite old. I recommend doing an explicit docker pull java:8 prior to building the Vertx image.

cescoffier commented 8 years ago

Even if we should update to a newer version, using java:8 introduce variability that can be very hard to understand. The image would depend on "what" java:8 is at the build time. It could be different a few hours later.

So, yes we should switch to a fixed version.

coding2012 commented 8 years ago

Excellent, thank you Clement!