alfresco-docker-template icon indicating copy to clipboard operation
alfresco-docker-template copied to clipboard

JRE_HOME is not set anymore

Open angelborroy-ks opened this issue 7 years ago • 0 comments

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}

angelborroy-ks avatar Aug 02 '17 07:08 angelborroy-ks