Skip to content

Commit

Permalink
Merge pull request #15 from internet2/comanage-config
Browse files Browse the repository at this point in the history
Comanage config
  • Loading branch information
chubing authored Dec 3, 2020
2 parents 86aee26 + c029614 commit 19f4258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ RUN yum -y update && yum -y install --setopt=tsflags=nodocs epel-release python-
ARG maintainer=my
ARG imagename=comanage
ARG version=3.3.1
ARG CSPHOSTNAME=localhost
ARG CSPHOSTNAME
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN=$CSPHOSTNAME

LABEL Version=$version
ENV VERSION=$version
Expand Down

0 comments on commit 19f4258

Please sign in to comment.