Skip to content

daemonless/arr-base

Repository files navigation

Arr Base

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

Registry ghcr.io/daemonless/arr-base
Docs daemonless.io/images/arr-base
Source https://github.com/daemonless/arr-base
Website https://wiki.servarr.com/

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

Configuration

Notes

  • User: root (UID/GID set via PUID/PGID)
  • Base: Built on ghcr.io/daemonless/base (FreeBSD)

About

Base FreeBSD OCI container image for *arr applications

Topics

Resources

License

Stars

Watchers

Forks

Packages