Hi, Yes, the Dockerfile is located in docker/Dockerfile of source package.
Reed On 2019/2/2 上午10:38, "Willem Jiang" <[email protected]> wrote: >Oh, I know how to use docker image to build the source code by going >through the instruction. >My question is how to build the build box image, can you point me the >docker file of build-env? > >Willem Jiang > >Twitter: willemjiang >Weibo: 姜宁willem > >On Sat, Feb 2, 2019 at 10:31 AM 德 李 <[email protected]> wrote: >> >> Hi Willem, >> >> Yes, we have an docker image, and following is the instruction for >> building, thank you: >> >> Firstly, you must be install and start docker service. >> And then you could build Doris as following steps: >> Step1: Pull the docker image with Doris building environment >> $ docker pull apachedoris/doris-dev:build-env >> >> You can check it by listing images, for example: >> $ docker images >> REPOSITORY TAG IMAGE ID CREATED >> SIZE >> apachedoris/doris-dev build-env f8bc5d4024e0 21 hours >> ago 3.28GB >> >> Step2: Run the Docker image >> You can run image directyly: >> $ docker run -it apachedoris/doris-dev:build-env >> >> Step3: Download Doris source >> Now you should in docker environment, and you can download Doris source >>by >> release package or by git clone in image. >> (If you have downloaded source and it is not in image, you can map its >> path to image in Step2.) >> $ wget https://dist.apache.org/repos/dist/dev/incubator/doris/xxx.tar.gz >> >> Step4: Build Doris >> Now you can enter Doris source path and build Doris. >> $ sh build.sh >> After successfully building, it will install binary files in the >>directory >> output/. >> >> >> Best Regards >> Reed >> >> On 2019/2/2 上午10:25, "Willem Jiang" <[email protected]> wrote: >> >> >Hi, >> > >> >It's good to see we have a docker build image to address source to >>binary >> >issue. >> >Is there any docker file or instruction of how to generate the docker >> >image? It can help us to verify the whole process. >> > >> >Willem Jiang >> > >> >Twitter: willemjiang >> >Weibo: 姜宁willem >> > >> >On Fri, Feb 1, 2019 at 4:25 PM 德 李 <[email protected]> wrote: >> >> >> >> Hi all, >> >> >> >> Please review and vote on Apache Doris 0.9.0-incubating-rc02 release. >> >> >> >> The release candidate has been tagged in GitHub as 0.9.0-rc02, >>available >> >> here: >> >> https://github.com/apache/incubator-doris/releases/tag/0.9.0-rc02 >> >> >> >> There is no CHANGE LOG file because this is the first release of >>Apache >> >> Doris. >> >> Thanks to everyone who has contributed to this release, and there is >>a >> >> simple release notes can be found here: >> >> https://github.com/apache/incubator-doris/issues/406 >> >> >> >> The artifacts (source, signature and checksum) corresponding to this >> >>release >> >> candidate can be found here: >> >> >> >>>>https://dist.apache.org/repos/dist/dev/incubator/doris/0.9.0-incubating >>>>-r >> >>c02 >> >> / >> >> >> >> This has been signed with PGP key 33DBF2E0, corresponding to >> >> [email protected]. >> >> KEYS file is available here: >> >> https://dist.apache.org/repos/dist/dev/incubator/doris/KEYS >> >> It is also listed here: >> >> https://people.apache.org/keys/committer/lide.asc >> >> >> >> To verify and build, you can refer to following wiki: >> >> >> >>>>https://github.com/apache/incubator-doris/wiki/How-to-verify-Apache-Rel >>>>ea >> >>se >> >> https://wiki.apache.org/incubator/IncubatorReleaseChecklist >> >> >> >> The vote will be open for at least 72 hours. >> >> [ ] +1 Approve the release >> >> [ ] +0 No opinion >> >> [ ] -1 Do not release this package because ... >> >> >> >> Best Regards, >> >> Reed >> >> >> >> >> > >> >--------------------------------------------------------------------- >> >To unsubscribe, e-mail: [email protected] >> >For additional commands, e-mail: [email protected] >> > >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] >
