ingress-nginx-helm/images/nginx-slim
Rye Terrell 362469ba0a Update sha256sum of nginx substitutions
For whatever reason, this sha256sum changed. Double check this before merging, obviously, but it seems legit.
2017-09-12 08:31:55 -05:00
..
build.sh Update sha256sum of nginx substitutions 2017-09-12 08:31:55 -05:00
Dockerfile Multi arch nginx-slim docker image 2017-04-14 07:33:02 +05:30
Makefile Release nginx-slim 0.24 2017-09-08 11:31:45 -03:00
rc.yaml Release nginx-slim 0.22 2017-08-07 19:50:03 -04:00
README.md Release nginx-slim 0.22 2017-08-07 19:50:03 -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.22

Creating a replication controller

$ kubectl create -f ./rc.yaml