now respoecting registryrepo maps

This commit is contained in:
2017-08-28 18:09:59 +02:00
parent 11ec419700
commit 1a465f336d
5 changed files with 51 additions and 23 deletions

View File

@@ -4,4 +4,5 @@ export interface INpmciOptions {
dockerRegistryRepoMap: any;
}
export declare let kvStorage: KeyValueStore;
export declare let configObject: INpmciOptions;
export declare let getConfig: () => Promise<INpmciOptions>;