ingress-nginx-helm/images/nginx
2021-01-04 13:09:37 -05:00
..
rootfs fix ipmatcher installation 2021-01-04 13:09:37 -05:00
cloudbuild.yaml Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
Makefile Update trace modules 2020-09-03 10:04:44 -04:00
rc.yaml Update nginx base image 2021-01-03 15:59:36 -03:00
README.md Update nginx base image 2021-01-03 15:59:36 -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:v20201230-g0cca8e83c@sha256:2db55a11e6a1d9dfa690c7667d3936de1c0fd48855e7b60ab31e6c98e31e5354

Creating a replication controller

kubectl create -f ./rc.yaml