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 c316115b0219d41109e6739cccf6924b701c28c3
11 changes: 6 additions & 5 deletions Dockerfile
@@ -4,11 +4,12 @@ ARG version=2.0.4

COPY bootstrapfiles/shibui-${version}.war.sha256sum .

RUN yum -q -qy update \
&& yum -qy install --setopt=tsflags=nodocs epel-release \
&& yum -qy install curl cronie supervisor \
&& yum clean all \
&& rm -rf /var/cache/yum
#RUN yum -q -qy update \
# && yum -qy install --setopt=tsflags=nodocs epel-release \
# && yum -qy install curl cronie supervisor \
# && yum clean all \
# && rm -rf /var/cache/yum
RUN yum -qy install curl supervisord

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