From a3ade1ac1edea48c69862860af02fae8279df7d9 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Wed, 20 Jan 2016 21:08:19 +0100 Subject: [PATCH] add the most important todo - tests Signed-off-by: Antonio Murdaca --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4204460c..8845c8a1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ License MIT TODO - +- add tests (integration with deployed registries in container - Docker-like) - get rid of Docker (meaning make this work w/o needing Docker installed) - require image argument to be fully qualified (not the Docker way) - drop the `Registry` field in the response because of the point above :)