* upgrade go 1.21.5 Signed-off-by: James Strong <strong.james.e@gmail.com> * update golang gha Signed-off-by: James Strong <strong.james.e@gmail.com> * supgrade golang lint ci to v1.55.2 * sfix all golang lint ci errors * sget a nginx build as well * srevert some e2e changes * srevert some e2e changes --------- Signed-off-by: James Strong <strong.james.e@gmail.com> |
||
|---|---|---|
| .. | ||
| 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)