Native FreeBSD OCI container images for self-hosted applications.
No Linux VM required. Run your containers directly on FreeBSD using Podman + ocijail.
- s6 Process Supervision - Proper signal handling, no zombie processes
- PUID/PGID Support - Seamless permission mapping for ZFS datasets and bind mounts
- Multiple Tags - Choose between upstream binaries (
:latest), quarterly packages (:pkg), or rolling packages (:pkg-latest) - Automated CI/CD - Every image built and tested automatically
| Category | Images |
|---|---|
| Media Management | Radarr, Sonarr, Prowlarr, Lidarr, Readarr, Bazarr, Jellyfin |
| Downloaders | SABnzbd, Transmission |
| Infrastructure | nginx, Vaultwarden, Smokeping, OpenSpeedTest |
# Pull an image
podman pull ghcr.io/daemonless/radarr:latest
# Run with PUID/PGID mapping
podman run -d --name radarr \
-e PUID=1000 -e PGID=1000 \
-v /data/radarr:/config \
-v /media:/media \
ghcr.io/daemonless/radarr:latestBSD