-
Notifications
You must be signed in to change notification settings - Fork 33
Upgrade base image to Debian 10 ("buster") #287
Comments
@joakime Last I asked we were not allowed to upgrade jetty-runtime to jdk-11 as that needed to be coordinated with the wider jdk-11. |
The current image is based on It would be easy enough to base it |
Correction. Debian 10 ("buster") has no openjdk-8 package available. https://packages.debian.org/buster/java/ Seems to only support openjdk-11 or newer. |
So we are now in the predicament. We cannot continue to use Debian 9 ("stretch") due to lack of security updates, and no support for openjdk-11. Can we create a new branch of the jetty-runtime images? perhaps with a new label like |
@joakime again I don't believe we can make an official jdk-11 image until all others are ready to go to jdk-11. Surely there is a way to get a back port of jdk8 for debian 10? jdk8 is going to live forever! |
The current image is based on Debian 9 ("stretch") which has now been superseded by Debian 10 ("buster").
From https://www.debian.org/releases/stretch/
We should update to Debian 10 ("buster") to get security updates, and also to stay current with openjdk-11 which is no longer receiving updates on stretch.
The text was updated successfully, but these errors were encountered: