Closed mrutkows closed 3 years ago
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):
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:
Done (most recently in #121)
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:
Newer official released images include (released as of this issue creation):
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...