Hi Abraham, Some place need to be changed in GUIDE. 1) Setup Building Docker Container If necessary you might have to set http/https proxy in your Dockerfile.centos73 before building the docker image. ENV http_proxy "http://your.actual_http_proxy.com:your_port" && \ https_proxy "https://your.actual_https_proxy.com:your_port" && \ ftp_proxy "http://your.actual_ftp_proxy.com:your_port" RUN echo "proxy=http://your-proxy.com:port" >> /etc/yum.conf 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 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/ Thanks! zhipeng -----Original Message----- From: Arce Moreno, Abraham [mailto:abraham.arce.moreno@intel.com] Sent: 2018年7月26日 10:13 To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] [RFC] StarlingX Developer Guide Hi again, Can someone please help test the process to build an ISO based on master using Developer Guide [0]? Please use Github page [1] as a documentation support. Requirements: - Repo status checked 7/25/2018 19:12 PST - stx-tools master branch - latest change: b65fa0a0ec6297199843b1455615d0126bb7e7c7 Update RPM macros - Temporal! Changes, already in Developer Guide - RPM: selinux-policy-devel required https://review.openstack.org/#/c/585915 [0] https://wiki.openstack.org/wiki/StarlingX/Developer_Guide [1] https://github.com/xe1gyq/starlingx/blob/master/DeveloperGuide.md _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss