Commit Graph

12 Commits

Author SHA1 Message Date
7ab7388468 Update version of maven to 3.6.3 in dockerfile (#2395)
maven 3.6.0 download URL is outdated, update it to 3.6.3
2019-12-06 14:14:29 +08:00
6759e83a07 Add license header for md files and fix some translation's error (#2137) 2019-11-06 21:35:07 +08:00
5287bc2231 Replace DISCLAIMER with DISCLAIMER-WIP (#2100) 2019-10-30 19:06:21 +08:00
8d2cc71934 Format markdown of docker section (#2098)
[DOC]
This change makes the format correct so that's easier to view.
2019-10-30 16:52:45 +08:00
afff3b3692 Modify dockerfile (#1164)
New docker image include new thirdparties
2019-05-15 18:35:47 +08:00
4907577e99 Copy the latest source code from local in dockerfile (#651)
1. Run git clone may not been executed when docker use cached layer, so I change it to copy latest code from local.
2. Before building docker image, please clone the latest source code firstly.
2019-02-22 14:02:50 +08:00
89339f54ef Set thirdparty env in Docker image (#623)
1. use url env of thirdparty instead of download thirdparty tar in docker file.
2019-02-03 19:29:14 +08:00
43133d08bf Add thirdparty list to Docker_build.md (#620) 2019-02-02 12:57:08 +08:00
6bef41633c Add DORIS_THIRDPARTY env in docker image (#539)
* Add param of specified thirdparty path
1. The thirdparth path can be specify on build.sh: ./build.sh --thirdparty /specified/path/to/thirdparty
2. If there are only thirdparty param of build.sh, it will build both fe and be
3. Add unit test of routine load stmt
4. Remove source code in docker image

* Add DORIS_THIRDPARTY env in docker image
1. Set DORIS_THIRDPARTY env in docker image. The build.sh will use /var/local/thirdparty instead of /source/code/thirdparty
2. remove --thirdparty param of build.sh

* Change image workdir to /root
2019-01-17 14:19:13 +08:00
c403c4e999 Add JDK8 in the docker image (#413) 2018-12-11 15:42:07 +08:00
5f9f01669b Fix building Docker image error (#390) 2018-12-05 18:27:50 +08:00
b946f20e37 Add docker dev environment (#301)
Add a docker based dev environment.
User can build Doris from source in docker container.
2018-11-16 16:35:08 +08:00