ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 7dd1b31695 Update nginx image
2020-08-11 20:36:27 -04:00
..
rootfs Update nginx to 1.19.2 2020-08-11 14:46:01 -04:00
cloudbuild.yaml Update nginx to 1.19.2 2020-08-11 14:46:01 -04:00
Makefile Update nginx modules 2020-07-07 20:55:17 -04:00
rc.yaml Update nginx image 2020-08-11 20:36:27 -04:00
README.md Update nginx image 2020-08-11 20:36:27 -04:00

NGINX base image using alpine

This custom 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 us.gcr.io/k8s-artifacts-prod/ingress-nginx/nginx:v20200811-g4ecd38dca@sha256:d731d822e8a29627d91aac928a8c2b337c68d04b6abb248acbc1826f289f73d0

Creating a replication controller

kubectl create -f ./rc.yaml