- [docker](Dockerfile) The kopano installation now (version 10.0.6) populate all example-config files in /etc/kopano. This breaks our configuration, so we need to remove them. They can still be found here /usr/share/doc/kopano/example-config.

master v1.2.1
mlan 2020-10-15 13:02:11 +02:00
parent 9e1906db58
commit 94e0581fbd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# 1.2.1
- [docker](Dockerfile) The kopano installation now (version 10.0.6) populate all example-config files in /etc/kopano. This breaks our configuration, so we need to remove them. They can still be found here /usr/share/doc/kopano/example-config.
# 1.2.0
- [docker](src/docker) Use the native envvar `SVDIR` instead of `DOCKER_RUNSV_DIR`.

View File

@ -101,6 +101,7 @@ RUN mkdir -p $DOCKER_BUILD_DEB_DIR \
&& mkdir -p /var/lib/kopano/attachments && chown $DOCKER_RUNAS: /var/lib/kopano/attachments \
&& mkdir -p $KOPANO_SPAMD_LIB/ham && chown $DOCKER_RUNAS: $KOPANO_SPAMD_LIB/ham \
&& rm -rf $DOCKER_BUILD_DEB_DIR \
&& rm $DOCKER_CONF_DIR1/*.cfg \
&& docker-service.sh \
"kopano-dagent -l" \
"kopano-gateway -F" \