alfresco-docker-template
alfresco-docker-template copied to clipboard
JRE_HOME is not set anymore
In previous base images, JRE_HOME was established.
Probably it should be advisable to include it again at centos7-openjdk8
ENV JAVA_HOME=/usr/lib/jvm/jre
ARG JRE_HOME=${JAVA_HOME}