| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 / 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. |
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
# always (not unless-stopped) so FreeBSD's podman rc.d auto-starts it at boot
restart: alwaysSave as compose.yaml, then run podman-compose up -d.
podman run -d --name arr-base \
ghcr.io/daemonless/arr-base:latestSave as run.sh, then run sh run.sh.
Warning
Bastille's OCI support is experimental. It requires buildah, shares the host network stack (inherit), and persists image-declared volumes under --data-path.
services:
arr-base:
image: "ghcr.io/daemonless/arr-base:latest"
container_name: arr-base
network_mode: host # jail shares host networkingSave as podman-compose.yml, then run bastille up. Or via CLI:
bastille create -O \
arr-base ghcr.io/daemonless/arr-base:latest inherit- name: Deploy arr-base
containers.podman.podman_container:
name: arr-base
image: "ghcr.io/daemonless/arr-base:latest"
state: started
restart_policy: alwaysSave as arr-base-deploy.yaml, then run ansible-playbook arr-base-deploy.yaml.
Architectures: amd64 User: root (UID/GID via PUID/PGID, defaults to 1000:1000) Base: FreeBSD 15.1
Need help? Join our Discord community.
| Back | FazBrowse Home | New Git URL |