diff --git a/images/docker-sickchill/index.html b/images/docker-sickchill/index.html
index 80c542bcf8..21a71c7219 100644
--- a/images/docker-sickchill/index.html
+++ b/images/docker-sickchill/index.html
@@ -47,5 +47,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/sickchill: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
- 10.07.24: - Rebase to Alpine 3.20.
- 13.02.24: - Rebase to Alpine 3.19.
- 07.10.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 12.07.23: - Rebase to alpine 3.18.
- 06.07.23: - Deprecate armhf. As announced here
- 17.02.22: - Rebase to alpine 3.17.
- 17.02.22: - Rebase to alpine 3.15.
- 20.11.21: - Modify binary usage from SickChill.py to SickChill.
- 14.05.21: - Add linuxserver wheel index.
- 12.02.21: - Rebasing to alpine 3.13. Add python certifi.
- 17.09.20: - Update dependencies.
- 06.09.20: - Switch to python3, install pip package.
- 22.04.20: - Switch to git clone and using git tags for versioning.
- 09.01.20: - Remove creating data volumes, fix build args for armhf and aarch64.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 17.04.19: - Adding Nodejs dependancy.
- 31.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 10.10.18: - Initial Release.