You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
378 B
12 lines
378 B
version: "3.8"
|
|
services:
|
|
doris-0.14.7:
|
|
image: apachedoris/doris-dev:build-env-$DEV
|
|
volumes:
|
|
- ./$SRC.tar.gz:/doris.tar.gz
|
|
- ./output:/$SRC/output
|
|
- ./settings.xml:/usr/share/maven/conf/settings.xml
|
|
- ./.mvn:/$SRC/fe/.mvn
|
|
command: bash -c "cd / && tar -zxvf doris.tar.gz && cd $SRC && sh build.sh"
|
|
|