From b77535feeefefff32ab9ad09014648e27e5598ab Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 22 Feb 2016 15:04:55 +0100 Subject: [PATCH] add todo authconfigs fallthrough Signed-off-by: Antonio Murdaca --- docker/inspect.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/inspect.go b/docker/inspect.go index 5d29d9e0..77f49d67 100644 --- a/docker/inspect.go +++ b/docker/inspect.go @@ -197,6 +197,11 @@ func getAuthConfig(c *cli.Context, index *registryTypes.IndexInfo) (engineTypes. } ) + // + // FINAL TODO(runcom): avoid returning empty config! just fallthrough and return + // the first useful authconfig + // + // TODO(runcom): ??? atomic needs this // TODO(runcom): implement this to opt-in for docker-cfg, no need to make this // work by default with docker's conf