Update images README.md

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-04-18 21:37:23 -04:00
parent fd23ebc6d1
commit f1fbee7727

View file

@ -1,4 +1,15 @@
# Docker images
<table>
<tbody>
<tr>
<td><img src="https://upload.wikimedia.org/wikipedia/commons/7/75/Dialog-warning-yellow.svg" /></td>
<td>
<b>Only the nginx image is meant to be published</b><br/>
Other images are used as examples for a feature of the ingress controller or to run e2e tests
</td>
</tr>
</tbody>
</table>
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.