PostgreSQL (CloudNativePG)
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| PostgreSQL (CloudNativePG) Host Port | |
| PostgreSQL (CloudNativePG) /var/lib/postgresql/data Path |
PostgreSQL on FreeBSD, compatible with the CloudNativePG Kubernetes operator. Includes pgvector, pgaudit, and pg_failover_slots.
| Port | 5432 |
| Registry | ghcr.io/daemonless/cnpg-postgres |
| Daemonless | daemonless/cnpg-postgres |
| Source | www.postgresql.org/ |
| Website | cloudnative-pg.io |
Version Tags
| Tag | Description | Best For |
|---|---|---|
17 / 17-standard |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
18 / 18-standard / latest / standard |
FreeBSD Quarterly. Uses stable, tested packages. | Most users. Matches Linux Docker behavior. |
Root Privileges Required
Podman on FreeBSD currently requires root. All commands must be run as root (or via doas/sudo).
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
Deployment
Interactive Configuration
Parameters
Volumes
| Path | Description |
|---|---|
/var/lib/postgresql/data |
Database data directory |
Ports
| Port | Protocol | Description |
|---|---|---|
5432 |
TCP | PostgreSQL port |
Implementation Details
- Architectures: amd64
- User:
bsd(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.0). - sysvipc: Requires
--annotation 'org.freebsd.jail.allow.sysvipc=true'(ocijail 0.5.0+)
Need help? Join our Discord community.