diff --git a/images/docker-radarr/index.html b/images/docker-radarr/index.html
index ca034b7cee..e3893c87f1 100644
--- a/images/docker-radarr/index.html
+++ b/images/docker-radarr/index.html
@@ -47,5 +47,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/radarr: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
- 31.05.24: - Rebase Alpine 3.20.
- 20.03.24: - Rebase to Alpine 3.19.
- 06.06.23: - Rebase master to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
- 17.01.23: - Rebase master branch to Alpine 3.17, migrate to s6v3.
- 06.06.22: - Rebase master branch to Alpine 3.15.
- 20.02.22: - Rebase develop branch to Alpine.
- 04.02.22: - Rebase nightly branch to Alpine and deprecate nightly-alpine branch.
- 27.12.21: - Add nightly-alpine branch.
- 17.10.21: - Remove
UMASK_SET
. - 08.05.21: - Make the paths clearer to the user
- 17.01.21: - Deprecate
UMASK_SET
in favor of UMASK in baseimage, see above for more information. - 11.30.20: - Publish
develop
tag. - 11.28.20: - Switch to v3 .NET CORE builds (no more mono,
5.14
tag is deprecated). Rebase to Focal (for issues on arm32v7, see here). - 05.04.20: - Move app to /app.
- 01.08.19: - Rebase to Linuxserver LTS mono version.
- 13.06.19: - Add env variable for setting umask.
- 10.05.19: - Rebase to Bionic.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 09.09.18: - Add pipeline build process.
- 24.02.18: - Add nightly branch.
- 06.02.18: - Radarr repo changed owner.
- 15.12.17: - Fix continuation lines.
- 17.04.17: - Switch to using inhouse mono baseimage, adds python also.
- 13.04.17: - Switch to official mono repository.
- 10.01.17: - Initial Release.