ingress-nginx-helm/images/nginx
k8s-infra-cherrypick-robot 951248422e
Images: Use latest Alpine 3.20 everywhere. (#11945)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-09-08 04:43:20 +01:00
..
rootfs Images: Use latest Alpine 3.20 everywhere. (#11945) 2024-09-08 04:43:20 +01:00
cloudbuild.yaml Cloud Build: Fix substitutions. (#11759) 2024-08-11 10:05:23 +02:00
Makefile add short sha to gcloud build and makefiles 2023-04-07 10:42:37 -04:00
README.md Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
TAG Images: Trigger other builds. (#11797) 2024-08-13 03:37:28 -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)