https://github.com/nicholaschiasson/docker-nginx-module-toolbox
Docker image to be used as a build and test environment for nginx modules.
https://github.com/nicholaschiasson/docker-nginx-module-toolbox
docker nginx
Last synced: about 2 months ago
JSON representation
Docker image to be used as a build and test environment for nginx modules.
- Host: GitHub
- URL: https://github.com/nicholaschiasson/docker-nginx-module-toolbox
- Owner: nicholaschiasson
- License: mit
- Created: 2020-03-10T04:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T01:57:14.000Z (about 4 years ago)
- Last Synced: 2025-03-27T16:52:18.933Z (over 1 year ago)
- Topics: docker, nginx
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx-module-toolbox
Docker image to be used as a build and test environment for nginx modules.
## Building
```
# alpine:3
docker build . --file Dockerfile.alpine --build-arg IMAGE_BASE=alpine:3.12.0 --build-arg NGINX_VERSION=1.16.1
# amazonlinux:2
docker build . --file Dockerfile.amazonlinux --build-arg IMAGE_BASE=amazonlinux:2.0.20200722.0 --build-arg NGINX_VERSION=1.16.1
# ubuntu:20.04
docker build . --file Dockerfile.ubuntu --build-arg IMAGE_BASE=ubuntu:focal-20200925 --build-arg NGINX_VERSION=1.16.1
```