As described, our project which is based on https://github.com/BytemarkHosting/docker-webdav includes the following changes: - https://github.com/BytemarkHosting/docker-webdav/pull/20 - https://github.com/BytemarkHosting/docker-webdav/pull/28 - https://github.com/noodlefighter/docker-webdav/pull/1 - https://github.com/BytemarkHosting/docker-webdav/pull/11 - https://github.com/BytemarkHosting/docker-webdav/pull/21 - https://github.com/BytemarkHosting/docker-webdav/pull/23 - https://github.com/BytemarkHosting/docker-webdav/pull/25 By that those are missing: - https://github.com/BytemarkHosting/docker-webdav/pull/15 I skipped this as it creates dependencies to traefik (proxy) and I'm note sure which benefits it results - (https://github.com/BytemarkHosting/docker-webdav/pull/6 I skipped this as our project uses [httpd:2.4.43-alpine ](https://github.com/mgutt/docker-apachewebdav/blob/master/Dockerfile#L1) which includes Alpine 3.12.0. A more recent version like 2.4.46 uses Alpine 3.13.x which is incompatible as it [misses an important package](https://gitlab.alpinelinux.org/alpine/aports/-/issues/12534). Finally I'm note sure if https://github.com/docker-library/httpd/issues/115 is still valid with 2.4.43 / 3.12. Needs more feedback. So except of the last item, I think all relevant pull requests are now included.
As described, our project which is based on https://github.com/BytemarkHosting/docker-webdav includes the following changes:
/var/lib/davfolder. BytemarkHosting/docker-webdav#28By that those are missing:
I skipped this as it creates dependencies to traefik (proxy) and I'm note sure which benefits it results
I skipped this as our project uses httpd:2.4.43-alpine which includes Alpine 3.12.0. A more recent version like 2.4.46 uses Alpine 3.13.x which is incompatible as it misses an important package. Finally I'm note sure if Alpine-based apache 2.4.37 does not start with mod_ssl docker-library/httpd#115 is still valid with 2.4.43 / 3.12. Needs more feedback.
So except of the last item, I think all relevant pull requests are now included.