I've investigated the ticket
<https://issues.apache.org/jira/browse/IGNITE-2092> and found out that it
can be fixed by updating java from 8u111 to 8u141 (current). Moreover, the
image that is used in Dockerfile (FROM java:8) is deprecated
<https://hub.docker.com/_/java/> and has no recent java updates.
As I understand there will be a release soon, so can the java image be
updated to openjdk:8?