1605200517 edited a comment on issue #3083: Provide recent standalone test 
instances e.g. 4.7 and 4.9 as Docker containers on DockerHub
URL: https://github.com/apache/cloudstack/issues/3083#issuecomment-445151092
 
 
   @rthyd I have tried to build 4.7 but get an error:
   
   `docker build -f Dockerfile.centos6 -t cloudstack/management_centos6 .`
   
   ```
   /bin/sh: line 0: cd: /etc/cloudstack/management: No such file or directory
   /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util: No 
such file or directory
   The command '/bin/sh -c cd /etc/cloudstack/management;     ln -s 
tomcat6-nonssl.conf tomcat6.conf;     ln -s server-nonssl.xml server.xml;     
ln -s log4j-cloud.xml log4j.xml;     wget -O 
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util     
http://download.cloud.com.s3.amazonaws.com/tools/vhd-util' returned a non-zero 
code: 1
   
   ```
   UPDATE
   Looks like that with` mkdir -p` for two non-existent paths the Dockerfile 
gets further but still finally there's a missing properties file. Also I do not 
understand whether it is correct to install a 4.6 package if we have 4.7 branch?
   
   `sed: can't read /etc/cloudstack/management/db.properties: No such file or 
directory`
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to