ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes cd7625b72f
Rollback nginx to 1.13.12 (#2655)
2018-06-17 10:06:00 -04:00
..
build.sh Rollback nginx to 1.13.12 (#2655) 2018-06-17 10:06:00 -04:00
Dockerfile include lua-resty-waf and its dependencies in the base Nginx image (#2301) 2018-04-06 18:08:25 -03:00
install_lua_resty_waf.sh Update nginx dependencies 2018-05-31 15:00:15 -04:00
Makefile Rollback nginx to 1.13.12 (#2655) 2018-06-17 10:06:00 -04:00
rc.yaml Update nginx v1.13.7 2017-11-21 18:57:21 -03:00
README.md Remove VTS from the ingress controller 2018-06-14 11:11:29 -04:00

nginx 1.13.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.30

Creating a replication controller

kubectl create -f ./rc.yaml