From f1fbee7727b6e5830aa9148d99108921532da5dc Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 18 Apr 2020 21:37:23 -0400 Subject: [PATCH] Update images README.md --- images/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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.