apache/openwhisk-runtime-java

Look to update adoptopenjdk base image

mrutkows opened this issue · 2 comments

The base image we use to build our runtime is from 9+ months ago according to
https://hub.docker.com/r/adoptopenjdk/openjdk8-openj9/tags

Our current image uses specifically:

FROM adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0

Newer official released images include (released as of this issue creation):

  • x86_64-ubuntu-jdk8u192-b12_openj9-0.11.0r0 (9 months ago)
  • x86_64-ubuntu-jdk8u202-b08_openj9-0.12.1 (3 months ago)
  • x86_64-ubuntu-jre8u212-b03_openj9-0.14.0 (2 months ago)
  • x86_64-ubuntu-jre8u212-b04_openj9-0.14.2 (12 days ago)
  • x86_64-ubuntu-jre8u222-b10_openj9-0.15.1 (1 day ago)

Which should we bump to? Should we attempt to follow releases quarterly perhaps?

Note: these are not nightly builds but are selected builds promoted by the adopt community...

Note: it appears the Java community's release cadence is as follows:

  • new major release every six months (March and September)
  • two minor updates for each (one and four months later)

Done (most recently in #121)