Skip to content

Commit

Permalink
add ENV for $CSPHOSTNAME that COmanage can detect
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 3, 2020
1 parent 32e050b commit c029614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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

Expand Down

0 comments on commit c029614

Please sign in to comment.