This is very helpful, thanks, Richard! On Wed, Dec 28, 2016 at 2:19 PM, Richard Guo <[email protected]> wrote:
> It takes several minutes to create a docker image from dockerfile in my > computer. The time depends on network connection speed, as the process > would download a lot of packages to prepare the environment. > > Best Regards, > Richard > > On Wed, Dec 28, 2016 at 2:11 PM, Paul Guo <[email protected]> wrote: > > > Good job. My suggestion is that we could check in docker files (build > shell > > script or makefile if needed) into hawq repo at least. How long do you > need > > to create a docker image with your docker file? Thanks. > > > > > > > > 2016-12-28 13:55 GMT+08:00 Richard Guo <[email protected]>: > > > > > 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 > > > > > >
