ingress-nginx-helm/images/nginx-slim
2017-07-11 11:32:16 -05:00
..
build.sh fix nginx version to 1.13.3 to fix integer overflow in the range filter vulnerability 2017-07-11 11:32:16 -05:00
Dockerfile Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Makefile fix nginx version to 1.13.3 to fix integer overflow in the range filter vulnerability 2017-07-11 11:32:16 -05:00
rc.yaml Release nginx-slim 0.20 2017-06-27 19:36:08 -04:00
README.md Release nginx-slim 0.20 2017-06-27 19:36:08 -04: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 gcr.io/google_containers/nginx-slim:0.20

Creating a replication controller

$ kubectl create -f ./rc.yaml