From 940bcdb64102b3ec5c4f7a722b0530dd177f43e2 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 16 Jun 2017 14:47:43 -0400 Subject: [PATCH] Version bump to 3.1.0 and changed to git --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f5375d..346a965 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=2.0.0 +ARG version=3.1.0 ARG tierversion=17040 MAINTAINER $maintainer @@ -73,7 +73,7 @@ ENV COMANAGE_URL=https://github.com/Internet2/comanage-registry/archive/$VERSION ENV COMANAGE_PREFIX=comanage-registry RUN mkdir -p /tmp/comanage && cd /tmp/comanage && \ - wget -q $COMANAGE_URL && \ + git clone -b feature-3.1 https://github.com/Internet2/comanage-registry.git && \ # Perform verifications [TODO] # Prepare filesystem mkdir -p /opt/comanage && \