apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Look to update adoptopenjdk base image #91

Closed mrutkows closed 3 years ago

mrutkows commented 5 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...

mrutkows commented 5 years ago

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

dgrove-oss commented 3 years ago

Done (most recently in #121)