ingress-nginx-helm/images/nginx
Ricardo Katz d5f3499cfe
Update base nginx image and tag new release (#7706)
* Update base nginx image to the corrected version (#7705)

* Tag release v0.49.2
2021-09-26 18:10:22 -07:00
..
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 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