Преглед на файлове

pull only busybox:latest

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux преди 11 години
родител
ревизия
b8932abcd3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      integration-cli/docker_cli_pull_test.go

+ 1 - 1
integration-cli/docker_cli_pull_test.go

@@ -8,7 +8,7 @@ import (
 
 
 // pulling an image from the central registry should work
 // pulling an image from the central registry should work
 func TestPullImageFromCentralRegistry(t *testing.T) {
 func TestPullImageFromCentralRegistry(t *testing.T) {
-	pullCmd := exec.Command(dockerBinary, "pull", "busybox")
+	pullCmd := exec.Command(dockerBinary, "pull", "busybox:latest")
 	out, exitCode, err := runCommandWithOutput(pullCmd)
 	out, exitCode, err := runCommandWithOutput(pullCmd)
 	errorOut(err, t, fmt.Sprintf("%s %s", out, err))
 	errorOut(err, t, fmt.Sprintf("%s %s", out, err))