ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 0990c5b6ad
Migrate to codecov.io (#2120)
* Migrate to codecov.io

* Fix data race

* Update nginx to 1.13.9
2018-02-20 08:27:02 -08:00
..
build.sh Migrate to codecov.io (#2120) 2018-02-20 08:27:02 -08:00
Dockerfile Release nginx 0.29 2017-11-12 00:34:40 -03:00
Makefile Fix e2e tests updating nginx image (#2112) 2018-02-17 12:23:00 -08:00
rc.yaml Update nginx v1.13.7 2017-11-21 18:57:21 -03:00
README.md Update nginx v1.13.7 2017-11-21 18:57:21 -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 does 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