zipkin icon indicating copy to clipboard operation
zipkin copied to clipboard

OpenZipkin Docker image needs upgrading Java opensdk

Open didoux opened this issue 2 years ago • 3 comments

Looking at the Docker layers.

"Image Layers"

Scanners are detecting vulnerablities on docker image because of Java 15. I'd have to remove it or look for an alternative Tracing solution.

Plugin Output: The following Java JRE installation is unsupported :

Path : /var/lib/docker/overlay2/e5359f7882becb7615e423493538755a692dc00ec542285914111a0a06e072a0/diff/usr/lib/jvm/java-15-openjdk Installed version : 1.15.0_5_ Latest versions : 1.11.x / 1.17.x / 1.18.x Support dates : 2021-03-01 (end of Premier Support)

Can this be updated from Java 15 to 17?

didoux avatar Sep 22 '22 20:09 didoux

Ping @llinder

On Thu, 22 Sept 2022, 22:16 Dan Idoux, @.***> wrote:

Looking at the Docker layers.

"Image Layers" https://hub.docker.com/layers/openzipkin/zipkin/latest/images/sha256-8a0fb7d6871c9d617b2e951b629f94b33affb8aa039110a69f3d466afd3e2d6b?context=explore

Scanners are detecting vulnerablities on docker image because of Java 15. I'd have to remove it or look for an alternative Tracing solution.

Plugin Output: The following Java JRE installation is unsupported :

Path : /var/lib/docker/overlay2/e5359f7882becb7615e423493538755a692dc00ec542285914111a0a06e072a0/diff/usr/lib/jvm/java-15-openjdk Installed version : 1.15.0_5_ Latest versions : 1.11.x / 1.17.x / 1.18.x Support dates : 2021-03-01 (end of Premier Support)

Can this be updated from Java 15 to 17?

— Reply to this email directly, view it on GitHub https://github.com/openzipkin/zipkin/issues/3475, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXOYARSITCYS4A3B54Z2B3V7S5AZANCNFSM6AAAAAAQTMS5GM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jcchavezs avatar Sep 24 '22 07:09 jcchavezs

Upgrading to Java 17 makes sense. Not sure if it will be seamless but I will look for time to give it a try.

llinder avatar Sep 24 '22 14:09 llinder

@llinder Any update on this?

didoux avatar Nov 09 '22 21:11 didoux

zipkin is all the latest things lately

codefromthecrypt avatar Apr 16 '24 06:04 codefromthecrypt