Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleaning up module installs for style purposes, correct version refle…
…cted
Jim Van Fleet committed Aug 25, 2016
1 parent 63fc4af commit a58d229
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
@@ -3,7 +3,7 @@ FROM bigfleet/centos7base
# Define args and set a default value
ARG maintainer=tier
ARG imagename=shibboleth_sp
ARG version=1.0
ARG version=2.5.1

MAINTAINER $maintainer
LABEL Vendor="Internet2"
@@ -16,7 +16,12 @@ LABEL Build docker build --rm --tag $maintainer/$imagename .

RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \
http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo \
&& yum -y update && yum -y install shibboleth.x86_64 httpd mod_ssl && yum clean all \
&& yum -y update \
&& yum -y install \
httpd \
mod_ssl \
shibboleth.x86_64 \
&& yum clean all \
&& rm /etc/httpd/conf.d/autoindex.conf \
&& rm /etc/httpd/conf.d/ssl.conf \
&& rm /etc/httpd/conf.d/userdir.conf \
3 changes: 2 additions & 1 deletion common.bash
@@ -1,2 +1,3 @@
maintainer="bigfleet"
imagename="shibboleth_sp"
imagename="shibboleth_sp"
version="2.5.1"

0 comments on commit a58d229

Please sign in to comment.