Skip to content

1.7.0 rc2 #7

merged 15 commits into from Feb 11, 2020
Prev Previous commit
Next Next commit
Update Dockerfile
chubing committed Feb 11, 2020
commit 56c46905cfde1399a6de84e5b51f33147dbde864
8 changes: 1 addition & 7 deletions Dockerfile
@@ -5,7 +5,7 @@ ARG version=1.7.0-RC2
COPY bootstrapfiles/shibui-${version}.war.sha256sum .

RUN wget https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${version}/shibui-${version}.war \
&& sha256sum -c shibui-${version}.jar.sha256sum && mv shibui-${version}.jar shibui.jar
&& sha256sum -c shibui-${version}.jar.sha256sum && mv shibui-${version}.war shibui.war

FROM centos:7

@@ -30,12 +30,6 @@ COPY --from=bootstrap shibui.jar /opt/shibui/

COPY containerfiles/supervisord.conf /etc/supervisor/supervisord.conf
COPY containerfiles/users.txt /opt/shibui
COPY containerfiles/sendtierbeacon.sh /usr/bin
COPY containerfiles/setupcron.sh /usr/bin
RUN chmod +x /usr/bin/sendtierbeacon.sh \
&& mkdir /opt/tier \
&& chmod +x /usr/bin/setupcron.sh \
&& /usr/bin/setupcron.sh

# TIER Beacon Opt-out
# Completely uncomment the following ENV line to prevent the containers from sending analytics information to Internet2.