Skip to content
Permalink
1006f14155
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
 
 
Cannot retrieve contributors at this time
19 lines (12 sloc) 486 Bytes
FROM i2incommon/grouper:2.5.57
LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"
ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV GROUPER_UI_CONFIGURATION_EDITOR_SOURCEIPADDRESSES='0.0.0.0/0'
RUN yum -y update
COPY container_files/shibboleth/idp-metadata.xml /etc/shibboleth/
COPY container_files/system/setservername.sh /usr/local/bin/
RUN chmod 755 /usr/local/bin/setservername.sh
#set hostname
RUN /usr/local/bin/setservername.sh
CMD ["ui"]