diff --git a/images/docker-deluge/index.html b/images/docker-deluge/index.html
index 07c7302006..b829a67802 100644
--- a/images/docker-deluge/index.html
+++ b/images/docker-deluge/index.html
@@ -54,4 +54,4 @@
--pull \
-t lscr.io/linuxserver/deluge:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 07.12.23: - Add optional port 58846 to readme for thin client connectivity.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 30.06.23: - Bump unrar to 6.2.8, deprecate armhf as per https://www.linuxserver.io/armhf.
- 29.11.22: - Restore geoip using py3-geoip as an interim measure.
- 24.11.22: - Remove GeoIP packages as geoip will not build under Py 3.11 and Deluge still doesn't support geoip2.
- 22.11.22: - Update GeoIP URL for new IPFS domain.
- 29.08.22: - Rebase to Alpine Edge again to follow latest releases.
- 12.08.22: - Bump unrar to 6.1.7.
- 16.06.22: - Rebase to Alpine 3.16 from edge.
- 22.02.22: - Rebase to Alpine, config on first startup, add GeoIP.
- 15.01.22: - Rebase to Focal.
- 07.06.21: - Remove host networking from readme examples
- 23.01.21: - Deprecate
UMASK_SET
in favor of UMASK in baseimage, see above for more information. - 09.05.19: - Add python3 requests and future modules.
- 24.08.19: - Add ability to set LogLevel for Deluge.
- 09.06.19: - Update to 2.x using deluge ppa.
- 02.05.19: - Install full version of 7zip.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 15.11.18: - Add deluge-console.
- 11.11.18: - Rebase to Ubuntu Bionic, add pipeline multiarch logic.
- 09.04.18: - update to libressl2.7-libssl.
- 29.03.18: - Rebase to alpine edge.
- 07.12.17: - Rebase to alpine 3.7.
- 20.11.17: - Change libressl2.6-libssl repo.
- 01.07.17: - Add curl package.
- 26.05.17: - Rebase to alpine 3.6.
- 29.04.17: - Add variable for user defined umask.
- 28.04.17: - update to libressl2.5-libssl.
- 28.12.16: - Rebase to alpine 3.5 baseimage.
- 17.11.16: - Rebase to edge baseimage.
- 13.10.16: - Switch to libressl as openssl deprecated from alpine linux and deluge dependency no longer installs
- 30.09.16: - Fix umask.
- 09.09.16: - Add layer badges to README.
- 30.08.16: - Use pip packages for some critical dependencies.
- 28.08.16: - Add badges to README.
- 15.08.16: - Rebase to alpine linux.
- 09.11.15: - Add unrar and unzip
- 15.10.15: - Initial Release.