start build args implementation

This commit is contained in:
2017-08-28 19:11:24 +02:00
parent 214c523306
commit 37b3c1abc9
8 changed files with 31 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ export declare let dockerBaseImage: (dockerfileContentArg: string) => string;
* returns the docker tag
*/
export declare let getDockerTagString: (registryArg: string, repoArg: string, versionArg: string, suffixArg?: string) => string;
export declare let getDockerBuildArgs: () => Promise<string>;
/**
*
*/