This is an automated email from the ASF dual-hosted git repository.
snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
from 85f7bcb63 Prepare for new development after release of 1.19 - bump
version number (-> 1.20-NAPSHOT)
new 989c2ca8d NUTCH-2883 Provide means to run server and webapp as
persistent services in Docker container
new 0bda1bded NUTCH-2883 Provide means to run server and webapp as
persistent services in Docker container - move ARG instructions into FROM block
they're used in (duplicate if necessary)
new 7c1a48cfa NUTCH-2883 Provide means to run server and webapp as
persistent services in Docker container - install Nutch WebApp from separate
repository (see NUTCH-2886) and run it via `mvn jetty:run
-Djetty.port=<WEBAPP_PORT> - sync log paths in supervisord config files
new ed7b6615b Merge pull request #748 from
sebastian-nagel/NUTCH-2883-docker
The 3338 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../.dockerfilelintrc | 4 +-
docker/Dockerfile | 88 ++++++++++++++++++++--
docker/README.md | 71 ++++++++++++++---
docker/config/supervisord_startserver.conf | 47 ++++++++++++
docker/config/supervisord_startserver_webapp.conf | 69 +++++++++++++++++
5 files changed, 263 insertions(+), 16 deletions(-)
copy conf/domain-urlfilter.txt.template => docker/.dockerfilelintrc (94%)
create mode 100644 docker/config/supervisord_startserver.conf
create mode 100644 docker/config/supervisord_startserver_webapp.conf