Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #18 from docker/3.3.0_12022021
bump SP to 3.3.0, switch yum repo
pcaskey committed Dec 2, 2021
2 parents bfab7d7 + 5f0034a commit d057bfa
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
@@ -3,8 +3,8 @@ FROM centos:centos7
# Define args and set a default value
ARG maintainer=tier
ARG imagename=shibboleth_sp
ARG version=3.2.3
ARG TIERVERSION=20210707
ARG version=3.3.0
ARG TIERVERSION=20211202

MAINTAINER $maintainer
LABEL Vendor="Internet2"
@@ -23,9 +23,8 @@ RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=
yum clean all

#install shibboleth, cleanup httpd
RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \
http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo \
&& yum -y install shibboleth.x86_64 \
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo
RUN yum -y install shibboleth.x86_64 \
&& yum clean all \
&& rm /etc/httpd/conf.d/autoindex.conf \
&& rm /etc/httpd/conf.d/userdir.conf \
10 changes: 10 additions & 0 deletions container_files/shibboleth/shibboleth.repo
@@ -0,0 +1,10 @@
[shibboleth]
name=Shibboleth (CentOS_7)
# Please report any problems to https://shibboleth.atlassian.net/jira
type=rpm-md
mirrorlist=https://shibboleth.net/cgi-bin/mirrorlist.cgi/CentOS_7
gpgcheck=1
gpgkey=https://shibboleth.net/downloads/service-provider/RPMS/repomd.xml.key
https://shibboleth.net/downloads/service-provider/RPMS/cantor.repomd.xml.key
enabled=1

0 comments on commit d057bfa

Please sign in to comment.