This is an automated email from the ASF dual-hosted git repository.
shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.
from 0e81668 UNOMI-226 Document how to use the IP addresses ranges and
subnet support.
new ea788ca Added docker from mikeghen/unomi-dokcer
new f89312c Remove dependancy on mikeghen/unomi, added to readme
new 8591255 - Fix issues with missing ASL headers - Improve README to add
instructions on how to build Docker image
The 3 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:
.../etc/custom.properties => docker/Dockerfile | 28 ++++++++------
docker/README.md | 39 ++++++++++++++++++++
.../custom.properties => docker/docker-compose.yml | 43 ++++++++++++++++------
.../etc/custom.properties => docker/entrypoint.sh | 25 +++++++------
4 files changed, 100 insertions(+), 35 deletions(-)
copy package/src/main/resources/etc/custom.properties => docker/Dockerfile
(62%)
create mode 100644 docker/README.md
copy package/src/main/resources/etc/custom.properties =>
docker/docker-compose.yml (53%)
copy package/src/main/resources/etc/custom.properties => docker/entrypoint.sh
(56%)
mode change 100644 => 100755