Skip to content

Commit

Permalink
Cleaning up module installs for style purposes, correct version refle…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
Jim Van Fleet committed Aug 25, 2016
1 parent 63fc4af commit a58d229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -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.