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

Commit

Permalink
add a few missing lines to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 3, 2017
1 parent 7c46119 commit 5fe0185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG registry=docker.io
ARG maintainer=tier
ARG imagename=comanage
ARG version=1.0.6
ARG tierversion=17020

MAINTAINER $maintainer
LABEL Vendor="Internet2"
Expand Down Expand Up @@ -60,6 +61,10 @@ RUN sed -i \
RUN echo '<?php phpinfo(); ?>' > /var/www/html/index.php

ENV VERSION=$version
ENV TIERVERSION=$tierversion
ENV IMAGENAME=$imagename
ENV MAINTAINER=$maintainer

ENV COMANAGE_URL=https://github.com/Internet2/comanage-registry/archive/$VERSION.tar.gz
ENV COMANAGE_PREFIX=comanage-registry

Expand Down

0 comments on commit 5fe0185

Please sign in to comment.