mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Using latest busybox
This commit is contained in:
@@ -86,7 +86,7 @@ func TestDockerScriptCheck(t *testing.T) {
|
||||
t.Fatalf("error creating docker client: %v", err)
|
||||
}
|
||||
|
||||
if err := client.PullImage(docker.PullImageOptions{Repository: "busybox", Tag: "1-uclibc"},
|
||||
if err := client.PullImage(docker.PullImageOptions{Repository: "busybox", Tag: "latest"},
|
||||
docker.AuthConfiguration{}); err != nil {
|
||||
t.Fatalf("error pulling redis: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user