ingress-nginx-helm/images/nginx
2020-08-26 22:07:22 -04:00
..
rootfs Update mimalloc to v1.6.4 2020-08-11 23:55:04 -04:00
cloudbuild.yaml Update nginx to 1.19.2 2020-08-11 14:46:01 -04:00
Makefile Update nginx modules 2020-07-07 20:55:17 -04:00
rc.yaml Switch images to k8s.gcr.io after Vanity Domain Flip 2020-08-26 22:07:22 -04:00
README.md Switch images to k8s.gcr.io after Vanity Domain Flip 2020-08-26 22:07:22 -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:v20200812-g0673e5e17@sha256:3bafc6840f2477c05eb029580fa8ecf4bd33b0f0765e3cd9cc82ad91f817ccf3

Creating a replication controller

kubectl create -f ./rc.yaml