ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes 0cca8e83ce Update nginx alpine image to 3.12
2020-12-30 17:42:10 -03:00
..
rootfs Update nginx alpine image to 3.12 2020-12-30 17:42:10 -03:00
cloudbuild.yaml Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
Makefile Update trace modules 2020-09-03 10:04:44 -04:00
rc.yaml Update nginx image 2020-12-27 22:29:21 -03:00
README.md Update nginx image 2020-12-27 22:29:21 -03: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 k8s.gcr.io/ingress-nginx/nginx:v20201226-g944d36fdb@sha256:b92a94876aa3795480b1b3076f6feea1e93b015bcf052ff517f3a6827a72b9ef

Creating a replication controller

kubectl create -f ./rc.yaml