2019-12-27 19:45:05 -03:00
|
|
|
NGINX base image using [alpine](https://www.alpinelinux.org/)
|
2017-11-12 00:34:40 -03:00
|
|
|
|
2019-06-25 06:58:27 -04:00
|
|
|
This custom image contains:
|
2017-11-12 00:34:40 -03:00
|
|
|
|
|
|
|
|
- [nginx-http-auth-digest](https://github.com/atomx/nginx-http-auth-digest)
|
|
|
|
|
- [ngx_http_substitutions_filter_module](https://github.com/yaoweibin/ngx_http_substitutions_filter_module)
|
2021-10-11 15:16:40 +02:00
|
|
|
- [OpenTelemetry-CPP](https://github.com/open-telemetry/opentelemetry-cpp)
|
|
|
|
|
- [OpenTelemetry-CPP-Nginx](https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx)
|
2017-11-12 00:34:40 -03:00
|
|
|
- [nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing)
|
|
|
|
|
- [opentracing-cpp](https://github.com/opentracing/opentracing-cpp)
|
|
|
|
|
- [zipkin-cpp-opentracing](https://github.com/rnburn/zipkin-cpp-opentracing)
|
2019-02-15 15:11:50 -05:00
|
|
|
- [dd-opentracing-cpp](https://github.com/DataDog/dd-opentracing-cpp)
|
2017-11-12 00:34:40 -03:00
|
|
|
- [ModSecurity-nginx](https://github.com/SpiderLabs/ModSecurity-nginx) (only supported in x86_64)
|
2018-10-10 09:17:01 -03:00
|
|
|
- [brotli](https://github.com/google/brotli)
|
2018-10-28 21:26:31 +01:00
|
|
|
- [geoip2](https://github.com/leev/ngx_http_geoip2_module)
|
2017-11-12 00:34:40 -03:00
|
|
|
|
|
|
|
|
**How to use this image:**
|
2018-03-30 19:00:43 +08:00
|
|
|
This image provides a default configuration file with no backend servers.
|
2017-11-12 00:34:40 -03:00
|
|
|
|
2018-10-10 09:17:01 -03:00
|
|
|
_Using docker_
|
2017-11-12 00:34:40 -03:00
|
|
|
|
2022-07-08 12:27:47 -04:00
|
|
|
NGINX base image we use is defined in NGINX_BASE file at the root of the project
|
|
|
|
|
|
2017-11-12 00:34:40 -03:00
|
|
|
```console
|
2022-07-08 12:27:47 -04:00
|
|
|
docker run -v /some/nginx.conf:/etc/nginx/nginx.conf:ro $(cat ../../NGINX_BASE)
|
2017-11-12 00:34:40 -03:00
|
|
|
```
|
|
|
|
|
|