ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 7de30e45d1 Update test images and go to 1.15.6
2020-12-16 15:56:45 -03:00
..
rootfs Update nginx to 1.19.6 2020-12-15 17:14:46 -03:00
cloudbuild.yaml Update cloudbuild jobs 2020-09-09 17:40:47 -03:00
Makefile Update trace modules 2020-09-03 10:04:44 -04:00
rc.yaml Update test images and go to 1.15.6 2020-12-16 15:56:45 -03:00
README.md Update test images and go to 1.15.6 2020-12-16 15:56:45 -03: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 k8s.gcr.io/ingress-nginx/nginx:v20201215-ga48ae4203@sha256:460be3452745c8bd944bee8435df962f53082e6f346b9f1742f6d803fe985ac4

Creating a replication controller

kubectl create -f ./rc.yaml