I was actually looking at this today and noticed that I was still running openjdk-8. What is the recommended version for running Drill 1.19? Is there any distinct advantage for creating images with different openjdk versions?
Thx, On Mon, Sep 20, 2021 at 11:11 AM Ted Dunning <[email protected]> wrote: > This is great news. > > Makes me think that these might be the best way to try Drill out as well, > especially where containers have low overhead (i.e. on Linux) > > On Mon, Sep 20, 2021 at 4:32 AM luoc <[email protected]> wrote: > > > Hello James, > > Great work. Is it possible to add this NOTICE to Github wiki or docs of > > website? > > > > > 在 2021年9月20日,19:27,James Turton <[email protected]> 写道: > > > > > > Hi all > > > > > > If you browse to https://hub.docker.com/r/apache/drill/tags, you'll > see > > that we've just started publishing the following new Docker images based > on > > snapshots of Drill master. > > > > > > apache/drill:master-openjdk-8 (=master) snapshot of master running on > > the openjdk:8 base image > > > apache/drill:master-openjdk-11 snapshot of master running on > > the latest supported LTS OpenJDK base image > > > apache/drill:master-openjdk-14 snapshot of master running on > > the latest supported OpenJDK base image > > > > > > The latest *released* version of Drill, which remains recommended for > > production deployments, is still > > > > > > apache/drill:latest latest release running on the > > openjdk:8 base image > > > > > > Starting from the *next* release (1.20) we will also publish > > > > > > apache/drill:latest-openjdk-8 (=latest) latest release running on the > > openjdk:8 base image > > > apache/drill:latest-openjdk-11 latest release running on the > > latest supported LTS OpenJDK base image > > > apache/drill:latest-openjdk-14 latest release running on the > > latest supported OpenJDK base image > > > > > > each of which will also be tagged by Drill version, so following tags > > will be identical to those in the preceding paragraph > > > > > > apache/drill:1.20.0-openjdk-8 (=latest) latest release running on the > > openjdk:8 base image > > > apache/drill:1.20.0-openjdk-11 latest release running on the > > latest supported LTS OpenJDK base image > > > apache/drill:1.20.0-openjdk-14 latest release running on the > > latest supported OpenJDK base image > > > > > > Coming back to what's different *today*, the short of it is that you > > have containerised snapshots of master for testing unreleased code or > newer > > JDK images. > > > > > > Regards > > > James > > > > >
