-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update to JRE 11 once available #9
Comments
We should revisit this in 2 months after the GA of JDK 11 http://openjdk.java.net/projects/jdk/11/ |
let's do this once 2.1 is final! |
looks like oracle doesn't support JDK 11 on Alpine adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.1.13-slim seems available |
unfortunately the base "slim" image is significantly larger than our image including zipkin:
|
note: if oracle is stopping their "official 1.8 image" we could move back to cantara who at least are still keeping up with patches https://github.com/Cantara/maven-infrastructure/blob/master/docker-baseimages/alpine-zulu-jdk8/Dockerfile cc @openzipkin/devops-tooling |
docker-library/openjdk#272 is latest for tracking alpine, they are waiting for someone to make a package for alpine, which seems to have not occurred. |
Looks like they have one for alpine in JDK 12 (EA), but it is huge. Possibly this could be trimmed down to JRE only
|
we are on JRE 11 and also we can update to JRE 13 if we wanted.. |
Once we are running a new JRE, there will be no problem with netty tcnative stuff needed for grpc.
Depends on docker-library/openjdk#211
See openzipkin-attic/docker-zipkin-gcp#2
The text was updated successfully, but these errors were encountered: