Restructured docker images heirarchy

This commit is contained in:
Jamie Curnow
2022-01-10 22:10:42 +10:00
parent 30e4dce672
commit 44a795cf5f
9 changed files with 239 additions and 99 deletions
+18 -3
View File
@@ -17,14 +17,29 @@
This is a base image for use in other images. See Dockerfile for build steps.
The following is compiled/installed:
The following images are built:
**latest**
- OpenResty
- Lua
**certbot**
- Certbot
- Python3 and pip
The following architectures are supported:
**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
@@ -33,7 +48,7 @@ The following architectures are supported:
### Usage:
```
FROM nginxproxymanager/nginx-full
FROM nginxproxymanager/nginx-full:latest
...
```