ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 57d1eb6aa3
Update nginx image registry (#5840)
2020-07-02 08:53:49 -04:00
..
rootfs Enable stream_realip_module. 2020-06-20 06:33:07 +08:00
cloudbuild.yaml Trigger of cloudbuild for nginx image and push 2020-06-25 16:10:14 -04:00
Makefile Test trigger of cloudbuild for nginx image 2020-06-25 14:06:01 -04:00
rc.yaml Update nginx image registry (#5840) 2020-07-02 08:53:49 -04:00
README.md Update nginx image registry (#5840) 2020-07-02 08:53:49 -04: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

docker run -v /some/nginx.con:/etc/nginx/nginx.conf:ro us.gcr.io/k8s-artifacts-prod/ingress-nginx/nginx@sha256:35da1d3e00f5e763e59cb59159bf88ba0f0b6e8835885ac9d8b63029a478dba7

Creating a replication controller

kubectl create -f ./rc.yaml