This is an automated email from the ASF dual-hosted git repository.
journey pushed a change to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
from 57d4765 Add maven-wrapper support for dolphinscheduler. (#2381)
add 294ec78 Refactor dockerfile (#2384)
No new revisions were added by this update.
Summary of changes:
dockerfile/Dockerfile | 2 +-
dockerfile/README.md | 24 ++---
dockerfile/README_zh_CN.md | 24 ++---
.../application-api.properties.tpl | 8 ++
.../dolphinscheduler/application.properties.tpl | 115 ---------------------
.../conf/dolphinscheduler/common.properties.tpl | 76 +++++++-------
.../dolphinscheduler/datasource.properties.tpl | 71 +++++++++++++
.../conf/dolphinscheduler/master.properties.tpl | 40 +++++++
.../conf/dolphinscheduler/quartz.properties.tpl | 47 ++++-----
.../conf/dolphinscheduler/worker.properties.tpl | 34 +++---
.../dolphinscheduler/zookeeper.properties.tpl} | 15 ++-
dockerfile/startup-init-conf.sh | 6 +-
12 files changed, 228 insertions(+), 234 deletions(-)
delete mode 100644 dockerfile/conf/dolphinscheduler/application.properties.tpl
create mode 100644 dockerfile/conf/dolphinscheduler/datasource.properties.tpl
create mode 100644 dockerfile/conf/dolphinscheduler/master.properties.tpl
copy dolphinscheduler-api/src/main/resources/application-api.properties =>
dockerfile/conf/dolphinscheduler/worker.properties.tpl (54%)
copy dockerfile/{hooks/push => conf/dolphinscheduler/zookeeper.properties.tpl}
(64%)