Skip to content

Commit

Permalink
Merge pull request #24 from mrkday/COMANAGE_REGISTRY_SRC_URL
Browse files Browse the repository at this point in the history
expose COMANAGE_REGISTRY_SRC_URL as a build arg
  • Loading branch information
skoranda authored and GitHub committed Nov 11, 2019
2 parents 8084b3a + 91af00e commit c6ca8f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comanage-registry-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ARG COMANAGE_REGISTRY_VERSION
ENV COMANAGE_REGISTRY_VERSION ${COMANAGE_REGISTRY_VERSION:-develop}
LABEL comanage_registry_version=${COMANAGE_REGISTRY_VERSION}

ENV COMANAGE_REGISTRY_SRC_URL=https://github.com/Internet2/comanage-registry/archive/${COMANAGE_REGISTRY_VERSION}.tar.gz
ARG COMANAGE_REGISTRY_SRC_URL
ENV COMANAGE_REGISTRY_SRC_URL=${COMANAGE_REGISTRY_SRC_URL:-https://github.com/Internet2/comanage-registry/archive/${COMANAGE_REGISTRY_VERSION}.tar.gz}

ARG COMANAGE_REGISTRY_DIR
ENV COMANAGE_REGISTRY_DIR ${COMANAGE_REGISTRY_DIR:-/srv/comanage-registry}
Expand Down

0 comments on commit c6ca8f9

Please sign in to comment.