Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) containing common dependencies.
| Registry | ghcr.io/daemonless/arr-base |
| Source | https://github.com/daemonless/arr-base |
| Website | https://wiki.servarr.com/ |
| Tag | Description | Best For |
|---|---|---|
15 / latest / pkg |
FreeBSD Port. Built from FreeBSD packages. | Production stability. |
15-latest / pkg-latest |
FreeBSD Latest. Rolling package updates. | Newest FreeBSD packages. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
services:
arr-base:
image: ghcr.io/daemonless/arr-base:latest
container_name: arr-base
restart: unless-stoppedpodman run -d --name arr-base \
ghcr.io/daemonless/arr-base:latest- name: Deploy arr-base
containers.podman.podman_container:
name: arr-base
image: ghcr.io/daemonless/arr-base:latest
state: started
restart_policy: alwaysArchitectures: amd64
User: root (UID/GID via PUID/PGID, defaults to 1000:1000)
Base: FreeBSD 15.0
Need help? Join our Discord community.