Skip to content

Nginx Base

Description / nameInput element
Container Registry

Build Status Last Commit

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

Tag Description Best For
15 / latest / pkg FreeBSD Port. Built from FreeBSD packages. Production stability.
15-latest / pkg-latest FreeBSD Latest. Rolling package updates. Newest FreeBSD packages.

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

services:
  nginx-base:
    image: ghcr.io/daemonless/nginx-base:latest
    container_name: nginx-base
    restart: unless-stopped
podman run -d --name nginx-base \
  ghcr.io/daemonless/nginx-base:latest
- name: Deploy nginx-base
  containers.podman.podman_container:
    name: nginx-base
    image: ghcr.io/daemonless/nginx-base:latest
    state: started
    restart_policy: always

Interactive Configuration

Implementation Details

  • Architectures: amd64
  • User: root (UID/GID set via PUID/PGID). Defaults to 1000:1000.
  • Base: Built on ghcr.io/daemonless/base (FreeBSD 15.0).

Need help? Join our Discord community.