Commit 43c20da1 authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/qg-dockerfiles

parents 1a4e540f 87dbb5dc
...@@ -9,6 +9,7 @@ echo "NAMESPACE is $NAMESPACE" ...@@ -9,6 +9,7 @@ echo "NAMESPACE is $NAMESPACE"
echo 192.168.6.13 eos.quantgroups.com >> /etc/hosts echo 192.168.6.13 eos.quantgroups.com >> /etc/hosts
echo 192.168.4.117 apollo-dev.quantgroups.com >> /etc/hosts echo 192.168.4.117 apollo-dev.quantgroups.com >> /etc/hosts
source ~/.bash_profile
sed -i "s#.xyqb.com#-$NAMESPACE.q-gp.com#g" ${config_path} sed -i "s#.xyqb.com#-$NAMESPACE.q-gp.com#g" ${config_path}
sed -i "s#.domain.com#-$NAMESPACE.q-gp.com#g" ${config_path} sed -i "s#.domain.com#-$NAMESPACE.q-gp.com#g" ${config_path}
......
FROM 192.168.4.36/baseimg/openresty:12251535 FROM 192.168.4.36/baseimg/openresty:201803291115
USER root USER root
WORKDIR /home/quant_group WORKDIR /home/quant_group
......
FROM 192.168.4.36/baseimg/nodejs:12251535 FROM 192.168.4.36/baseimg/nodejs:201803291115
USER root USER root
WORKDIR /home/quant_group WORKDIR /home/quant_group
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment