Skip to content

Commit

Permalink
add env vars from args
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 2, 2017
1 parent 81a0ac1 commit 335d188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ARG maintainer=tier
ARG imagename=shibboleth_idp
ARG version=3.3.0
ENV VERSION=$version
ENV IMAGENAME=$imagename
ENV MAINTAINER=$maintainer

MAINTAINER $maintainer
LABEL Vendor="Internet2"
Expand Down

0 comments on commit 335d188

Please sign in to comment.