Where is the definition of docker image 'flowable/java_server8'

Hi all,

I’m trying to add support of JavaScript in Flowable’s docker images running process engine (see https://github.com/flowable/flowable-engine/issues/1286) but I’m not able to locate its definition. No Docker file exists in Flowable source code.

In my mind, we should have two Docker images bringing a JVM: one for JSE (flowable/java8_server) and one for JDK (flowable/jdk8_server). The container running BPMN, CMMN, DMN engines will be based on ‘flowable/jdk8_server’ instead of ‘flowable/java8_server’ to support JavaScript in script task.

Thanks for your help,
Christophe