ingress-nginx-helm/images/nginx
James Strong 26d83d1b20
update all container tags with date and sha, upgrade all containers (#9834)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2023-04-06 10:25:48 -07:00
..
rootfs update all container tags with date and sha, upgrade all containers (#9834) 2023-04-06 10:25:48 -07:00
cloudbuild.yaml update all container tags with date and sha, upgrade all containers (#9834) 2023-04-06 10:25:48 -07:00
Makefile update all container tags with date and sha, upgrade all containers (#9834) 2023-04-06 10:25:48 -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)