Skip to content

Repository files navigation

Arr Base

Build Status Last Commit

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/

Version Tags

Tag Description Best For
15 / 15.1 / latest / pkg Upstream Binary. Built from official release. Alternative build.
15-latest / 15.1-latest / pkg-latest FreeBSD Latest. Rolling package updates. Staying current.

Prerequisites

Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.

Deployment

Podman Compose

services:
  arr-base:
    image: "ghcr.io/daemonless/arr-base:latest"
    container_name: arr-base
    restart: unless-stopped

Podman CLI

podman run -d --name arr-base \
  ghcr.io/daemonless/arr-base:latest

Ansible

- name: Deploy arr-base
  containers.podman.podman_container:
    name: arr-base
    image: "ghcr.io/daemonless/arr-base:latest"
    state: started
    restart_policy: always

Architectures: amd64 User: root (UID/GID via PUID/PGID, defaults to 1000:1000) Base: FreeBSD 15.1


Need help? Join our Discord community.

About

Shared base image for *Arr applications (Radarr, Sonarr, Lidarr, Prowlarr) containing common dependencies.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages