ingress-nginx-helm/images/nginx
Jintao Zhang 0055ba3ea6
Remove legacy GeoIP from image (#10500)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2023-10-16 00:41:51 +02:00
..
rootfs Remove legacy GeoIP from image (#10500) 2023-10-16 00:41:51 +02:00
cloudbuild.yaml rebuild nginx base container image 2023-06-23 15:29:48 -04:00
Makefile add short sha to gcloud build and makefiles 2023-04-07 10:42:37 -04: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
TAG Bump curl and Go version (#10503) 2023-10-11 16:16:11 +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

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)