Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 11, 2020
1 parent e3778be commit 7a9a00b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
@@ -1,17 +1,17 @@
FROM alpine:3.7 as bootstrap

ARG version=1.7.0-RC1
ARG version=1.7.0-RC2

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

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

FROM centos:7

# beacon env
ENV VERSION=${version} \
TIERVERSION=191219 \
TIERVERSION=20200210 \
IMAGE=shibboleth_idp_ui \
MAINTAINER=InCommon

0 comments on commit 7a9a00b

Please sign in to comment.