Skip to content
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

Closed
tim-hellhake opened this issue Jul 30, 2019 · 3 comments
Closed

JDK in java8 template is very old #163

tim-hellhake opened this issue Jul 30, 2019 · 3 comments

Comments

@tim-hellhake
Copy link

tim-hellhake commented Jul 30, 2019

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:

@tim-hellhake tim-hellhake mentioned this issue Jul 30, 2019
11 tasks
@alexellis
Copy link
Member

Hi @tim-hellhake

Please fill out the whole issue template. I've already mentioned this on #166

Alex

@alexellis
Copy link
Member

Related: docker-library/openjdk#345

@tim-hellhake
Copy link
Author

I did some research based on the linked issues.

The last release of openjdk8 in alpine was u212.
https://pkgs.alpinelinux.org/package/edge/community/x86/openjdk8

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.
They also provide the latest openjdk8 builds as alpine images.

Corretto also provides the latest jdk8 images however there are no alpine based variants.
There is an open issue for alpine support though.

Updating the jdk8 version to u212 (April 2019) would improve the situation significantly however it's no a long term solution.
Does something speak against using the azul image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants