ingress-nginx-helm/images/nginx
Elvin Efendi 8951b7e22a
Revert "Update base nginx" (#7558)
* Revert "Update base nginx (#7552)"

This reverts commit c6bc9870f1.

* keep alpine bump
2021-08-28 07:38:52 -07:00
..
rootfs Revert "Update base nginx" (#7558) 2021-08-28 07:38:52 -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 to newest image 2021-08-10 16:18:17 +02:00
README.md update to newest image 2021-08-10 16:18:17 +02: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:v20210809-g98288bc3c@sha256:f9363669cf26514c9548c1fe4f8f4e2f58dfb76616bcd638a0ff7f0ec3457c17

Creating a replication controller

kubectl create -f ./rc.yaml