.. | ||
rootfs | ||
cloudbuild.yaml | ||
Makefile | ||
rc.yaml | ||
README.md | ||
TAG |
NGINX base image using alpine
This custom image contains:
- nginx-http-auth-digest
- ngx_http_substitutions_filter_module
- OpenTelemetry-CPP
- OpenTelemetry-CPP-Nginx
- nginx-opentracing
- opentracing-cpp
- zipkin-cpp-opentracing
- dd-opentracing-cpp
- ModSecurity-nginx (only supported in x86_64)
- brotli
- geoip2
How to use this image: This image provides a default configuration file with no backend servers.
Using docker
NGINX base image we use is defined in NGINX_BASE file at the root of the project
docker run -v /some/nginx.conf:/etc/nginx/nginx.conf:ro $(cat ../../NGINX_BASE)