![]() * update files to use one base image file Signed-off-by: James Strong <strong.james.e@gmail.com> * add chart test as well Signed-off-by: James Strong <strong.james.e@gmail.com> * update e2e-test image building Signed-off-by: James Strong <strong.james.e@gmail.com> * update e2e base image arg Signed-off-by: James Strong <strong.james.e@gmail.com> * add current e2e so test run Signed-off-by: James Strong <strong.james.e@gmail.com> * working on fixing build * getting dev-env and make release to work * test * i think buildx is working on mac * updates * why docker for mac and linux cli differ * fix target arch * fix target arch * fix loag issue * fix issue * update the chroot docker file * fix docker base build * mac is the issue * env not getting to the e2e deployment.go file * fix pull issue * fix pull issue * move test scripts into test folder * clean up ci * updates for PR * remove unnesscary var |
||
---|---|---|
.. | ||
cfssl | ||
custom-error-pages | ||
echo | ||
ext-auth-example-authsvc | ||
fastcgi-helloserver | ||
go-grpc-greeter-server | ||
httpbin | ||
kube-webhook-certgen | ||
nginx | ||
opentelemetry | ||
test-runner | ||
OWNERS | ||
README.md |
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 |