-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Mismatched versions of JDK 11 between che-java11-maven:7.1.0 and che-remote-plugin-runner-java11:7.1.0; also for JDK 8 #14545
Comments
Aside: I found the source for https://hub.docker.com/r/eclipse/che-remote-plugin-runner-java11 -> https://github.com/eclipse/che-theia/blob/master/dockerfiles/remote-plugin-java11/Dockerfile but I can't find the source for https://quay.io/repository/eclipse/che-java11-maven ... where is it? See #14623 for followup since no one replied here. |
Not sure who should take a look at this one. Maybe your team, @skabashnyuk? |
User also tried to enable debugger using che-java8-maven:7.1.0 and che-remote-plugin-runner-java8:7.1.0 and got a similar mismatch result: Alpine 3.9.4 image
vs.
If both images were based on UBI8, we could avoid these problems. See #14113 and https://issues.jboss.org/browse/CRW-354 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
https://quay.io/repository/eclipse/che-java11-maven?tab=tags
:7.1.0 and :nightly tags are all JDK 11.0.3
But in the remote plugin runner:
https://hub.docker.com/r/eclipse/che-remote-plugin-runner-java11/tags?page=1&ordering=last_updated
:7.1.0, :next and :latest tags are all JDK 11.0.4
The result is a mismatch between debugger and debuggee:
Che version
Steps to reproduce
It will take a while to attach the JVM
Then, the debug console will complain about the mismatching versions.
Expected behavior
Runtime
kubectl version
)oc version
) 3.11minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: