diff --git a/images/README.md b/images/README.md index 3016fcb3b..bd4c5e5db 100644 --- a/images/README.md +++ b/images/README.md @@ -1,4 +1,15 @@ -# Docker images + + + + + + + +
+ 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 ------------ | ------------- @@ -10,5 +21,3 @@ 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](https://www.alpinelinux.org) cfssl | Image to run cfssl commands - -:bangbang: Only the nginx image is meant to be published. The others are used as examples for some feature of the ingress controller or to run e2e tests.