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 4e91d404c0849ca5ee55987e1fe747f1b01f9935
2 changes: 1 addition & 1 deletion Dockerfile
@@ -9,7 +9,7 @@ COPY bootstrapfiles/shibui-${version}.war.sha256sum .
# && yum -qy install curl cronie supervisor \
# && yum clean all \
# && rm -rf /var/cache/yum
RUN yum -qy install curl supervisord
RUN yum -qy install 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