ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 22a2e9b426
Update nginx to 1.13.12 (#2327)
2018-04-10 19:09:41 -03:00
..
build.sh Update nginx to 1.13.12 (#2327) 2018-04-10 19:09:41 -03: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 Fix issues building nginx image in different platforms (#2305) 2018-04-07 10:02:16 -03:00
Makefile Update nginx to 1.13.12 (#2327) 2018-04-10 19:09:41 -03:00
rc.yaml Update nginx v1.13.7 2017-11-21 18:57:21 -03:00
README.md Update README.md (#2276) 2018-03-30 08:00:43 -03: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