Jamie Curnow 7a76448118 Revert "Use debian bookworm for base"
This reverts commit 2d41d00fe2.
2023-08-02 13:33:09 +10:00
2023-07-20 11:55:50 +10:00
2023-03-15 13:52:40 +10:00
2021-04-28 16:51:56 +10:00
2023-07-20 11:55:50 +10:00
2023-07-20 11:55:50 +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
  • arm/v7
  • arm64

Usage:

FROM jc21/nginx-full:latest

...

Acme.sh Example

docker run \
  -v /path/to/local/acme-data:/data/.acme.sh \
  jc21/nginx-full:acmesh \
  acme.sh -h
S
Description
Docker image with compiled Nginx (OpenResty) and OpenSSL with all the stock Nginx plugins enabled.
Readme 297 KiB
Languages
Shell 77.8%
Dockerfile 18.8%
JavaScript 3.4%