ingress-nginx-helm/images/nginx
Jintao Zhang 0b5e068511
chore: update NGINX to 1.21.6 (#9231)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-10-31 07:10:45 -07:00
..
rootfs chore: update NGINX to 1.21.6 (#9231) 2022-10-31 07:10:45 -07:00
cloudbuild.yaml fix: change all cloudbuild jobs configuration (#8870) 2022-07-26 14:43:11 -07:00
Makefile Change all master reference to main (#7369) 2021-08-06 17:07:29 -07:00
rc.yaml update baseimage after bump of opentracing-cpp (#8861) 2022-07-24 09:00:57 -07:00
README.md Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -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

NGINX base image we use is defined in NGINX_BASE file at the root of the project

docker run -v /some/nginx.conf:/etc/nginx/nginx.conf:ro $(cat ../../NGINX_BASE)