From 43eae38c078e4aa34cbaf634f86b1598290960be Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 20 Jan 2017 10:04:35 -0500 Subject: [PATCH 1/3] updating for security fix to 1.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce9d07b..39d5d95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM tier/shibboleth_sp ARG registry=docker.io ARG maintainer=tier ARG imagename=comanage -ARG version=1.0.5 +ARG version=1.0.6 MAINTAINER $maintainer LABEL Vendor="Internet2" From 359b4aed53cd01a630ab4affeda6ca024469b996 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 20 Jan 2017 10:30:13 -0500 Subject: [PATCH 2/3] updating for security fix to 1.0.6 --- common.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.bash b/common.bash index 83278ce..29d2ecb 100644 --- a/common.bash +++ b/common.bash @@ -15,4 +15,4 @@ # maintainer="bigfleet" imagename="comanage" -version="1.0.5" +version="1.0.6" From b6db09856b8c4a5667d8cbfd9dfbf305c31df446 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 3 Feb 2017 19:55:54 -0500 Subject: [PATCH 3/3] bumped to 1.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39d5d95..fada16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,7 +129,7 @@ RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/local/Config/email.php && \ rm -f /opt/comanage/comanage-registry-$version/app/Config/email.php && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/app/Config/email.php && \ - ln -s /opt/comanage/comanage-registry-1.0.5/app/webroot /var/www/html/registry && \ + ln -s /opt/comanage/comanage-registry-1.0.6/app/webroot /var/www/html/registry && \ rm /etc/httpd/conf/httpd.conf && \ ln -s /opt/etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf && \ /opt/autoexec/bin/onbuild.sh