git: 8ebb1323c0 - main - Status/2026Q1/daemonless.adoc: Add report

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Fri, 10 Apr 2026 11:12:13 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8ebb1323c0e10f075cf03477bcac793d36165557

commit 8ebb1323c0e10f075cf03477bcac793d36165557
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-04-10 11:09:56 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-04-10 11:11:51 +0000

    Status/2026Q1/daemonless.adoc: Add report
---
 .../status/report-2026-01-2026-03/daemonless.adoc  | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/website/content/en/status/report-2026-01-2026-03/daemonless.adoc b/website/content/en/status/report-2026-01-2026-03/daemonless.adoc
new file mode 100644
index 0000000000..6ed2aa7185
--- /dev/null
+++ b/website/content/en/status/report-2026-01-2026-03/daemonless.adoc
@@ -0,0 +1,26 @@
+=== daemonless: Native FreeBSD OCI Containers
+
+Links: +
+link:https://daemonless.io[Daemonless] URL: link:https://daemonless.io[] +
+
+Contact: Michael Johnson <ahze@ahze.net>
+Contact: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
+
+Daemonless is a collection of FreeBSD-native OCI images that run directly on the FreeBSD kernel.
+It combines the power and security of Jails with the modern container ecosystem—compatible with Podman, AppJail, or any OCI-compliant runtime.
+No Linux virtual machines or overhead required.
+
+Features:
+
+* 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
+
+Our image fleet contains more than 60 images, ranging from media managers such as Radarr, Sonarr, Prowlarr, Lidarr, Readarr, Bazarr, and Jellyfin, to downloaders like SABnzbd and Transmission, and even infrastructure software such as nginx, Vaultwarden, Smokeping, and OpenSpeedTest.
+We even have a complete stack for Immich!
+
+All of these images were created using link:dbuild[https://daemonless.io/guides/dbuild/], the primary build engine for the Daemonless project, which has been recently link:https://cgit.freebsd.org/ports/tree/sysutils/py-dbuild[ported].
+It provides a unified interface for building, testing, and publishing FreeBSD OCI container images, ensuring consistency between local development and CI/CD environments.
+
+In addition to deploying OCI containers using Podman and Podman-Compose, it has recently become possible to use link:AppJail[https://github.com/DtxdF/AppJail] and link:Director[https://github.com/DtxdF/director] as alternatives, thanks to their OCI compatibility.