mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #87456 from mattjmcnaughton/mattjmcnaughton/delete-todo-to-use-docker-client
Delete TODO to use docker client
This commit is contained in:
commit
4fc5254c2f
@ -95,7 +95,6 @@ func (dp *dockerPuller) Name() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (dp *dockerPuller) Pull(image string) ([]byte, error) {
|
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()
|
return exec.Command("docker", "pull", image).CombinedOutput()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user