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

Commit

Permalink
Updating to official COmanage 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Feb 15, 2018
1 parent f640782 commit 08ad5c4
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 @@ -20,7 +20,7 @@ ARG registry=docker.io
ARG maintainer=tier
ARG imagename=comanage
ARG version=3.1.0
ARG tierversion=17040
ARG tierversion=18020

MAINTAINER $maintainer
LABEL Vendor="Internet2"
Expand Down Expand Up @@ -75,7 +75,7 @@ ENV COMANAGE_PREFIX=comanage-registry

# Note using git to grab this alternate develop branch
RUN mkdir -p /opt/comanage && cd /opt/comanage && \
git clone -b develop https://github.com/Internet2/comanage-registry.git && \
wget -q $COMANAGE_URL && \ && \
mv comanage-registry $COMANAGE_PREFIX-$VERSION && \
ln -s /opt/comanage/$COMANAGE_PREFIX-$VERSION /opt/comanage/current && \
mkdir /var/cache/registry && \
Expand Down

0 comments on commit 08ad5c4

Please sign in to comment.