Skip to content

Commit

Permalink
use CSPHOSTNAME as arg/env or default to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 3, 2020
1 parent 31e3506 commit 2b470c1
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
ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
ENV COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN=$CSPHOSTNAME

Expand Down

0 comments on commit 2b470c1

Please sign in to comment.