FreeBSD base image with s6 supervision
| Registry | ghcr.io/daemonless/base |
| Source | https://github.com/freebsd/freebsd-src |
| Website | https://www.freebsd.org/ |
| Tag | Description | Best For |
|---|---|---|
15 / 15-quarterly / latest |
FreeBSD Port. Built from FreeBSD packages. | Production stability. |
15-latest |
FreeBSD Latest. Rolling package updates. | Newest FreeBSD packages. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
services:
base:
image: ghcr.io/daemonless/base:latest
container_name: base
restart: unless-stoppedpodman run -d --name base \
ghcr.io/daemonless/base:latest- name: Deploy base
containers.podman.podman_container:
name: base
image: ghcr.io/daemonless/base:latest
state: started
restart_policy: alwaysArchitectures: amd64
User: root (UID/GID via PUID/PGID, defaults to 1000:1000)
Base: FreeBSD 15.0
Need help? Join our Discord community.