Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
  • Shell 79.2%
  • Dockerfile 17.8%
  • JavaScript 3%
Find a file
2026-04-08 07:37:36 +10:00
.jenkins CI output improvement 2025-07-08 17:11:46 +10:00
docker Remove cert-prune, the project has been deleted from github 2026-04-08 07:37:36 +10:00
files full install acme.sh from online source 2022-02-06 17:34:30 +10:00
scripts Remove cert-prune, the project has been deleted from github 2026-04-08 07:37:36 +10:00
.gitignore Initial commit of files 2021-04-28 16:51:56 +10:00
local-build.sh Openresty 1.27.1.2 2025-06-30 08:45:26 +10:00
local-buildx.sh Retire support for armv7 builds as NodeJS no longer builds for armhf 2026-02-17 12:29:17 +10:00
README.md Retire support for armv7 builds as NodeJS no longer builds for armhf 2026-02-17 12:29:17 +10:00

nginx-full

This is a base image for use in other images. See Dockerfile for build steps.

The following images are built:

latest

certbot

  • Certbot
  • Python3 and pip

acmesh (used in Nginx Proxy Manager v3)

  • Acme.sh

certbot-node (used in Nginx Proxy Manager v2)

  • Certbot
  • Python3 and pip
  • Nodejs

acmesh-golang (development for Nginx Proxy Manager v3)

  • Acme.sh
  • Golang

The following architectures are supported for all images:

  • amd64
  • arm64

Usage:

FROM nginxproxymanager/nginx-full:latest

...

Acme.sh Example

docker run \
  -v /path/to/local/acme-data:/data/.acme.sh \
  nginxproxymanager/nginx-full:acmesh \
  acme.sh -h