Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.0.4
sporth committed Oct 22, 2024
1 parent d4117d3 commit 5e6354e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
@@ -1,16 +1,14 @@
FROM alpine:3.7 as bootstrap
FROM rockylinux/rockylinux:8.10

ARG version=2.0.1
ARG version=2.0.4

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}.war.sha256sum && mv shibui-${version}.war shibui.war

FROM centos:7

# beacon env
ENV TIERVERSION=PACKAGE_2.0.1
ENV TIERVERSION=MCM_2.0.4

# Install Corretto Java JDK
#Corretto download page: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
@@ -31,7 +29,7 @@ RUN yum -q -qy update \
&& rm -rf /var/cache/yum

RUN mkdir -p /opt/shibui
COPY --from=bootstrap shibui.war /opt/shibui/
COPY shibui.war /opt/shibui/

COPY containerfiles/supervisord.conf /etc/supervisor/supervisord.conf
COPY containerfiles/users.txt /opt/shibui

0 comments on commit 5e6354e

Please sign in to comment.