ingress-nginx-helm/images/nginx-slim
Ricardo Pchevuzinske Katz fddcfd0340 Adds Brotli support
2017-11-01 17:53:18 -02:00
..
build.sh Adds Brotli support 2017-11-01 17:53:18 -02:00
Dockerfile Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Makefile Update opentracing module and release image to quay.io 2017-10-25 23:37:37 -03:00
rc.yaml Update opentracing module and release image to quay.io 2017-10-25 23:37:37 -03:00
README.md Update opentracing module and release image to quay.io 2017-10-25 23:37:37 -03:00

nginx 1.13.x base image using ubuntu-slim

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-slim:0.28

Creating a replication controller

kubectl create -f ./rc.yaml