ingress-nginx-helm/images
Ian Roberts e5e33051b9
Allow overriding of the default response format (#7245)
Rather than hard-coding the default response format as HTML, allow the default to be overridden by an environment variable.  For example, given a REST API endpoint that defaults to responding in JSON, you may wish to configure the error messages to be JSON by default as well.
2021-08-06 13:27:29 -07:00
..
cfssl Update alpine to 3.13 2021-01-15 19:16:58 -03:00
custom-error-pages Allow overriding of the default response format (#7245) 2021-08-06 13:27:29 -07:00
echo updating nginx base image across repo 2021-03-26 14:30:50 -04:00
fastcgi-helloserver Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
go-grpc-greeter-server grpc - replaced fortune-builder app with official greeter app (#7360) 2021-07-22 13:51:18 -07:00
httpbin Update alpine to 3.13 2021-01-15 19:16:58 -03:00
nginx Update the base nginx image for the 1.20.1 update (#7189) 2021-06-01 14:53:51 -07:00
test-runner Prepare for go v1.16 (#7451) 2021-08-06 07:35:19 -07:00
OWNERS update OWNERS and aliases files (#7365) 2021-07-16 06:24:09 -07:00
README.md Improve execution of prow jobs 2020-06-26 15:51:11 -04:00

Only the nginx image is meant to be published
Other images are used as examples for a feature of the ingress controller or to run e2e tests
Directory Purpose
custom-error-pages Example of Custom error pages for the NGINX Ingress controller
e2e Image to run e2e tests
fastcgi-helloserver FastCGI application for e2e tests
grpc-fortune-teller grpc server application for the nginx-ingress grpc example
httpbin A simple HTTP Request & Response Service for e2e tests
nginx NGINX base image using alpine linux
cfssl Image to run cfssl commands