Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 975024a Nov 8, 2016 History
0 contributors

Users who have contributed to this file

FROM tier/grouper
ARG maintainer=my
ARG imagename=grouper
ARG version=2.3.0
LABEL Version=$version
ENV VERSION=$version
ENV TOMCAT_VERSION="6.0.35"
ENV JAVA_HOME=/usr/java/latest
RUN yum remove -y java-1.8.0-openjdk java-1.8.0-openjdk-devel && /opt/bin/install_oracle_jdk.sh
VOLUME /opt/grouper/$version/apache-tomcat-$TOMCAT_VERSION/logs
VOLUME /etc/httpd/logs