Docker elastic 6.3 complains about java 9
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release
Unrecognized VM option 'PrintReferenceGC'
When I look at the source code of the dockerfile on github, I see references to jdk8 and 10.
- Do we have a version of ES 6.3 that runs on JDK 1.8?
- If not then is there a plan to create one?
- What options do we have if 1.8 is not supported for docker images?