ingress-nginx-helm/images/nginx
Manuel Alejandro de Brito Fontes ba05026037 Update alpine to 3.13
2021-01-15 19:16:58 -03:00
..
rootfs Update alpine to 3.13 2021-01-15 19:16:58 -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 2021-01-04 17:27:17 -03:00
README.md Update nginx image 2021-01-04 17:27:17 -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:v20210104-g2254a9186@sha256:edd1d06bc6892b0dfb42de7d782ceb3c50eec843b09024abf3f95ba23f4feed5

Creating a replication controller

kubectl create -f ./rc.yaml