fix(core): update
This commit is contained in:
		| @@ -112,14 +112,6 @@ export class DockerImage { | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|    * returns a boolean wether the image has a upstream image | ||||
|    */ | ||||
|   public isUpstreamImage(): boolean { | ||||
|     // TODO: implement isUpastreamImage | ||||
|     return this.RepoTags.length > 0; | ||||
|   } | ||||
|  | ||||
|   public tagImage(newTag) {} | ||||
|  | ||||
|   /** | ||||
|   | ||||
| @@ -56,4 +56,8 @@ export class DockerService { | ||||
|     this.dockerHost = dockerHostArg; | ||||
|     Object.assign(this, serviceObject); | ||||
|   } | ||||
|  | ||||
|   update() { | ||||
|     // TODO: implemnt updating service | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user