ingress-nginx-helm/images/nginx
Jintao Zhang 5564577f0d Update NGINX base image to v1.19 (#7643)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2021-09-20 17:22:25 +05:30
..
rootfs Update versions of components for base image (#7411) 2021-08-09 04:55:30 -07:00
cloudbuild.yaml Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
Makefile Change all master reference to main (#7369) 2021-08-06 17:07:29 -07:00
rc.yaml Update NGINX base image to v1.19 (#7643) 2021-09-20 17:22:25 +05:30
README.md Update NGINX base image to v1.19 (#7643) 2021-09-20 17:22:25 +05:30

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:v20210915-g498892514@sha256:8c1e48123e64e3f2b90ed32a53babd9b5f5431dad26beecdcb8fc185ded3b6dd

Creating a replication controller

kubectl create -f ./rc.yaml