Hi Abraham, Another thing here is. We'd better reminder user to set right pip source. For example, in China, we need change default source like below in Dockerfile.centos73 #RUN pip install python-subunit junitxml --upgrade && \ # pip install tox --upgrade RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-subunit junitxml --upgrade && \ pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tox --upgrade Zhipeng -----Original Message----- From: Arce Moreno, Abraham Sent: 2018年8月1日 5:36 To: Liu, ZhipengS <zhipengs.liu@intel.com>; starlingx-discuss@lists.starlingx.io Subject: RE: [RFC] StarlingX Developer Guide Thanks Zhipeng!
Some place need to be changed in GUIDE. 1) Setup Building Docker Container
Need change to below. ENV http_proxy " http://your.actual_http_proxy.com:your_port " ENV https_proxy " https://your.actual_https_proxy.com:your_port " ENV ftp_proxy " http://your.actual_ftp_proxy.com:your_port " RUN echo " proxy=http://your-proxy.com:port " >> /etc/yum.conf
Story raised: https://storyboard.openstack.org/#!/story/2003169
Done
2) Update the symbolic links Update the symbolic links $ generate-cgcs-centos-repo.sh /import/mirrors/CentOS/stx-r1/CentOS/pike/ Need change to $ generate-cgcs-centos-repo /import/mirrors/CentOS/stx-r1/CentOS/pike/
Done