ingress-nginx-helm/images/nginx
Alan J Castonguay a9eab9549c Datadog Opentracing support - part 1
This commit is part 1 of 2, adding the Datadog Opentracing
module to the nginx container.

Download https://github.com/DataDog/dd-opentracing-cpp and
https://github.com/msgpack/msgpack-c/, build and install both
during build of the quay.io/kubernetes-ingress-controller image.

Bump nginx tag version to 0.77

Fixes half of #3752
2019-02-15 15:11:50 -05:00
..
rootfs Datadog Opentracing support - part 1 2019-02-15 15:11:50 -05:00
Makefile Datadog Opentracing support - part 1 2019-02-15 15:11:50 -05:00
rc.yaml Cleanup of nginx image (#3214) 2018-10-10 09:17:01 -03:00
README.md Datadog Opentracing support - part 1 2019-02-15 15:11:50 -05:00

nginx 1.15.x base image using debian-base

nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

This custom nginx image contains:

How to use this image: This image provides a default configuration file with no backend servers.

Using docker

docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro quay.io/kubernetes-ingress-controller/nginx:0.65

Creating a replication controller

kubectl create -f ./rc.yaml