ingress-nginx-helm/images/nginx
2021-10-03 13:57:06 -07:00
..
rootfs Correct Nginx and Alpine version in legacy branch (#7736) 2021-10-03 13:57:06 -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 base nginx image and tag new release (#7706) 2021-09-26 18:10:22 -07:00
README.md Update base nginx image and tag new release (#7706) 2021-09-26 18:10:22 -07: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.conf:/etc/nginx/nginx.conf:ro k8s.gcr.io/ingress-nginx/nginx:v20210926-g5662db450@sha256:1ef404b5e8741fe49605a1f40c3fdd8ef657aecdb9526ea979d1672eeabd0cd9

Creating a replication controller

kubectl create -f ./rc.yaml