You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Bump nginx to 1.23.3 and alpine base image to 3.17 * [chore] Update github actions |
2 months ago | |
---|---|---|
.github/workflows | 2 months ago | |
tests | 10 months ago | |
Dockerfile | 2 months ago | |
LICENSE | 3 years ago | |
README.md | 2 months ago | |
build.sh | 10 months ago | |
conf.env | 2 months ago |
README.md
minimal nginx
Nginx docker image with a minimal set of modules.
Current modules:
- stream
- http_ssl_module
- http_v2_module
- http_stub_status_module
Configuration
Edit conf.env
NGINX_VERSION=x.xx.x # Nginx version to build from
DOCKER_IMAGE=dcarrillo/nginx # Docker image
Build
Build locally:
./build.sh
Build locally and upload the image to a registry (you must be logged in to the registry)
./build.sh --push
Build locally, tag the image as latest and upload it to a registry (you must be logged in to the registry)
./build.sh --push --latest
Testing
Prerequisites:
- docker
- openssl
- curl
# build local image
./build.sh
# run tests
./tests/test.sh