ingress-nginx-helm/images/nginx
James Strong 96a87c79b8
Update the base nginx image for the 1.20.1 update (#7189)
* Update the base nginx image for the 1.20.1 update

* update the tests with the new nginx base image
2021-06-01 14:53:51 -07:00
..
rootfs The actual sah256 sum for nginx 1.20.1 (#7183) 2021-05-30 11:46:25 -07: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 the base nginx image for the 1.20.1 update (#7189) 2021-06-01 14:53:51 -07:00
README.md updating nginx base image across repo 2021-03-26 14:30:50 -04: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:v20210324-g8baef769d@sha256:fcfa3e9d1f8ec3141efedbf77cf659640f452a9c22165c78006ea462b84d06f6

Creating a replication controller

kubectl create -f ./rc.yaml