fix(core): update

This commit is contained in:
2019-09-13 16:57:21 +02:00
parent 87ff0f01bb
commit 55f45b1c3a
4 changed files with 19 additions and 12 deletions

View File

@ -119,7 +119,13 @@ export class DockerImage {
});
}
public tagImage(newTag) {}
/**
* tag an image
* @param newTag
*/
public async tagImage(newTag) {
throw new Error('.tagImage is not yet implemented');
}
/**
* pulls the latest version from the registry