Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Version bump to 3.1.0 and changed to git
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jun 16, 2017
1 parent d7474f8 commit 940bcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 && \
Expand Down

0 comments on commit 940bcdb

Please sign in to comment.