Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.0.5
sporth committed Nov 8, 2024
1 parent 840425e commit 463461c
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
FROM rockylinux/rockylinux:8.10

ARG version=2.0.4
ARG version=2.0.5

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

@@ -17,7 +17,7 @@ RUN wget https://github.internet2.edu/TIER/shib-idp-ui/releases/download/v${vers
RUN sha256sum -c shibui-${version}.war.sha256sum && mv shibui-${version}.war /opt/shibui/shibui.war

# beacon env
ENV TIERVERSION=MCM_2.0.4
ENV TIERVERSION=MCM_2.0.5

# Install Corretto Java JDK
#Corretto download page: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
1 change: 1 addition & 0 deletions bootstrapfiles/shibui-2.0.5.war.sha256sum
@@ -0,0 +1 @@
006a6da1afb958bc572115e63e31cc0b0bae2eb80d1a33d9862277cfcad6daba shibui-2.0.5.war

0 comments on commit 463461c

Please sign in to comment.