![]() * Cloud Build: Remove comment. * Cloud Build: Add newlines at EOF. * Cloud Build: Align comment. * Cloud Build: Remove trailing slash. * Cloud Build: Remove quotes. * Cloud Build: Align indentation. * Cloud Build: Improve quotes. * Cloud Build: Put arguments in one line. * Cloud Build: Bump image. * Cloud Build: Reorder entrypoint. * Cloud Build: Adjust timeouts. * Cloud Build: Remove useless files. * Cloud Build: Remove `substitution_option`. --------- Co-authored-by: Marco Ebert <marco_ebert@icloud.com> |
||
---|---|---|
.. | ||
rootfs | ||
cloudbuild.yaml | ||
Makefile | ||
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)