-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK in java8 template is very old #163
Comments
Please fill out the whole issue template. I've already mentioned this on #166 Alex |
Related: docker-library/openjdk#345 |
I did some research based on the linked issues. The last release of openjdk8 in alpine was u212. As the openjdk8 alpine image is built from the openjdk8 package in the alpine repository the latest image version is also u212. Azule puts a lot of effort into releasing tck tested openjdk builds for various os and architectures. Corretto also provides the latest jdk8 images however there are no alpine based variants. Updating the jdk8 version to u212 (April 2019) would improve the situation significantly however it's no a long term solution. |
Expected Behaviour
Java8 template uses the latest JDK8 version.
Current Behaviour
Java8 template uses JDK 8u131 which is more than two years old.
Possible Solution
Use the latest tag of the jdk8 image.
Steps to Reproduce (for bugs)
Context
The used jdk misses several security updates.
Your Environment
Docker version
docker version
(e.g. Docker 17.0.05 ):18.09.2
Are you using Docker Swarm or Kubernetes (FaaS-netes)?
Kubernetes
Operating System and version (e.g. Linux, Windows, MacOS):
Linux
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: