linuxserver/radarr¶
Radarr - A fork of Sonarr to work with movies à la Couchpotato.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/radarr:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Version Tags¶
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
Tag | Available | Description |
---|---|---|
latest | ✅ | Stable Radarr releases |
develop | ✅ | Radarr releases from their develop branch |
nightly | ✅ | Radarr releases from their nightly branch |
Application Setup¶
Access the webui at <your-ip>:7878
, for more information check out Radarr.
Media folders¶
We have set /movies
and /downloads
as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
The folks over at servarr.com wrote a good write-up on how to get started with this.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ radarr - LinuxServer.io
LinuxServer.io radarr
linuxserver/radarr¶
Radarr - A fork of Sonarr to work with movies à la Couchpotato.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/radarr:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Version Tags¶
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
Tag Available Description latest ✅ Stable Radarr releases develop ✅ Radarr releases from their develop branch nightly ✅ Radarr releases from their nightly branch
Application Setup¶
Access the webui at <your-ip>:7878
, for more information check out Radarr.
Media folders¶
We have set /movies
and /downloads
as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
The folks over at servarr.com wrote a good write-up on how to get started with this.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
@@ -48,4 +48,4 @@
--pull \
-t lscr.io/linuxserver/radarr:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 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.
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 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.