Skip to content

daemonless/nginx-base

Repository files navigation

Nginx Base

Build Status Last Commit

Shared base image for Nginx-based applications.

Registry ghcr.io/daemonless/nginx-base
Source https://github.com/daemonless/nginx-base
Website https://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.

Prerequisites

Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.

Deployment

Podman Compose

services:
  nginx-base:
    image: ghcr.io/daemonless/nginx-base:latest
    container_name: nginx-base
    restart: unless-stopped

Podman CLI

podman run -d --name nginx-base \
  ghcr.io/daemonless/nginx-base:latest

Ansible

- name: Deploy nginx-base
  containers.podman.podman_container:
    name: nginx-base
    image: ghcr.io/daemonless/nginx-base:latest
    state: started
    restart_policy: always

Parameters

Architectures: amd64 User: root (UID/GID via PUID/PGID, defaults to 1000:1000) Base: FreeBSD 15.0


Need help? Join our Discord community.

Packages

 
 
 

Contributors