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

docker image is having outdated java #7199

Open
f1-outsourcing opened this issue Jul 18, 2020 · 5 comments
Open

docker image is having outdated java #7199

f1-outsourcing opened this issue Jul 18, 2020 · 5 comments

Comments

@f1-outsourcing
Copy link

When trying to solve this issue[1] I noticed that your docker image is having an outdated java 1.8.222, current one is 1.8.0.252 which is from Apr 29. That is from before the docker image is published. So I guess you do not have an update packages in your Dockerfile

root@86f43fc6568a:/marathon# java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1~deb9u1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

[1]
#7136

@timcharper
Copy link
Contributor

This dependency gets bumped manually from time to time for repeatable builds. But, we should probably target a moving tag, so that it always pulls the latest. I think its unlikely that a patch Java bump would cause a regression in the docker image is low.

@timcharper
Copy link
Contributor

(also it is due time to get off of Java 1.8!)

@f1-outsourcing
Copy link
Author

I am using 1.8 because you are using 1.8

@f1-outsourcing
Copy link
Author

I don't get it to build against 1.11

@f1-outsourcing
Copy link
Author

@timcharper

I was just about to give this new csi option a try with mesos, and because I cannot find a release here. I thought I will maybe get your a docker image. But I noticed that you are still using there 1.8

root@test2:/marathon# java -version
openjdk version "1.8.0_272"
OpenJDK Runtime Environment (build 1.8.0_272-8u272-b10-0+deb9u1-b10)
OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)

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

No branches or pull requests

2 participants