Hi everyone, HAWQ team is building HAWQ dev docker images. The purpose is to provide an out-of-box way for developers to setup build and test environment for HAWQ.
A demo could be found on github hawq-docker <https://github.com/guofengrichard/hawq-docker> . Currently only CentOS 7 is supported. CentOS 6 will be supported soon. It is based on Zhanwei's work. The idea is to predefine all the environment setup steps in the dockerfile and then build the image from dockerfile with tools provided by docker. After that, users can simply create containers with the docker image and then do the HAWQ build and test jobs. Also a Makefile is provided to simplify this process. Please refer to the README in the github repository for more details. Regarding the place to host the docker images and dockerfiles, does anyone have any idea? Comments and discussions are welcomed. Best Regards, Richard
