ingress-nginx-helm/images/nginx
k8s-infra-cherrypick-robot ce3704217c
Cloud Build: Some chores. (#11756)
* Cloud Build: Remove comment.

* Cloud Build: Add newlines at EOF.

* Cloud Build: Align comment.

* Cloud Build: Remove trailing slash.

* Cloud Build: Remove quotes.

* Cloud Build: Align indentation.

* Cloud Build: Improve quotes.

* Cloud Build: Put arguments in one line.

* Cloud Build: Bump image.

* Cloud Build: Reorder entrypoint.

* Cloud Build: Adjust timeouts.

* Cloud Build: Remove useless files.

* Cloud Build: Remove `substitution_option`.

---------

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-08-11 10:00:26 +02:00
..
rootfs remove modsecurity coreruleset test files from nginx image (#11619) 2024-07-16 07:29:00 -07:00
cloudbuild.yaml Cloud Build: Some chores. (#11756) 2024-08-11 10:00:26 +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 Bump alpine to 3.19.1 (#10930) 2024-01-28 13:53:29 -08: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)