Skip to content

2.0.6 #26

merged 14 commits into from Jan 9, 2025
Prev Previous commit
Next Next commit
release 2.0.4
sporth committed Oct 22, 2024
commit 751d9e0c4005da70b6399d3a9f9daa2dc9eb574c
3 changes: 2 additions & 1 deletion Dockerfile
@@ -9,7 +9,8 @@ COPY bootstrapfiles/shibui-${version}.war.sha256sum .
# && yum -qy install curl cronie supervisor \
# && yum clean all \
# && rm -rf /var/cache/yum
RUN yum -qy install --setopt=tsflags=nodocs epel-release curl supervisor
RUN yum -qy install --setopt=tsflags=nodocs epel-release \
&& yum install -qy curl supervisor

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