mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Delete TODO to use docker client
Re conversation in https://github.com/kubernetes/kubernetes/pull/87373, we should keep the current behavior (i.e. using the docker binary instead of the docker client). Delete the TODO instructing us to change the behavior.
This commit is contained in:
parent
dcd0755f84
commit
d6d08b152e
@ -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