ingress-nginx-helm/images
Damien Mathieu 15b0aba03b
First sidecar module: OpenTelemetry (#8013)
* remove opentelemetry from main nginx image

* add opentelemetry sidecar image

* handle extra modules in helm chart

* fix running helm chart

* mount the modules volume in the init container

* merge the mounted folder

* fix the otel image

* fix licence year

* fix cloudbuild image

* use the same nginx version as in the main image

* only retrieve /etc/nginx/modules for now
2022-01-16 13:33:28 -08:00
..
cfssl images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
custom-error-pages fix custom-error-pages file not exist (#7728) 2021-12-23 13:28:29 -08:00
echo images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
fastcgi-helloserver images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
go-grpc-greeter-server images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
httpbin images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
kube-webhook-certgen images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
nginx First sidecar module: OpenTelemetry (#8013) 2022-01-16 13:33:28 -08:00
opentelemetry First sidecar module: OpenTelemetry (#8013) 2022-01-16 13:33:28 -08:00
test-runner Update to go v1.17.6 (#8119) 2022-01-09 17:31:11 -08: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