Nginx Base
| Description / name | Input element |
|---|---|
| Container Registry |
Shared base image for Nginx-based applications.
| Registry | ghcr.io/daemonless/nginx-base |
| Daemonless | daemonless/nginx-base |
| Source | daemonless/nginx-base |
| Website | nginx.org |
Version Tags
Multi-arch manifests — resolve automatically to the right image for your platform.
| Tag | Description | Best For |
|---|---|---|
15 / 15.1 / latest / pkg |
FreeBSD Port. Built from FreeBSD packages. | Production stability. |
15-latest / 15.1-latest / pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
| Tag | Description | Best For |
|---|---|---|
15-amd64 / 15.1-amd64 / latest-amd64 / pkg-amd64 |
FreeBSD Port. Built from FreeBSD packages. | Production stability. |
15-latest-amd64 / 15.1-latest-amd64 / pkg-latest-amd64 |
FreeBSD Latest. Rolling package updates. | Staying current. |
| Tag | Description | Best For |
|---|---|---|
15-aarch64 / 15.1-aarch64 / latest-aarch64 / pkg-aarch64 |
FreeBSD Port. Built from FreeBSD packages. | Production stability. |
15-latest-aarch64 / 15.1-latest-aarch64 / pkg-latest-aarch64 |
FreeBSD Latest. Rolling package updates. | Staying current. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions, including the security model for host vs. container privileges.
Deployment
Save as compose.yaml, then run podman-compose up -d.
Save as run.sh, then run sh run.sh.
Save the files above, then run appjail-director up.
Experimental
Bastille's OCI support is experimental. It requires buildah, shares the host network stack (inherit), and persists image-declared volumes under --data-path.
Interactive Configuration
Implementation Details
- Architectures: amd64, aarch64
- User:
root(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.