Merge pull request #87456 from mattjmcnaughton/mattjmcnaughton/delete-todo-to-use-docker-client
Delete TODO to use docker client
This commit is contained in:
@@ -95,7 +95,6 @@ func (dp *dockerPuller) Name() string {
|
||||
}
|
||||
|
||||
func (dp *dockerPuller) Pull(image string) ([]byte, error) {
|
||||
// TODO(random-liu): Use docker client to get rid of docker binary dependency.
|
||||
return exec.Command("docker", "pull", image).CombinedOutput()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user