mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docker: update image in TestDockerDriver_Start_Image_HTTPS (#23309)
This commit is contained in:
committed by
GitHub
parent
0e8a67f0e1
commit
830297bcf0
@@ -712,7 +712,7 @@ func TestDockerDriver_Start_Image_HTTPS(t *testing.T) {
|
||||
testutil.DockerCompatible(t)
|
||||
|
||||
taskCfg := TaskConfig{
|
||||
Image: "https://gcr.io/google_containers/pause:0.8.0",
|
||||
Image: "https://gcr.io/google_containers/pause:3.2",
|
||||
ImagePullTimeout: "5m",
|
||||
}
|
||||
task := &drivers.TaskConfig{
|
||||
|
||||
Reference in New Issue
Block a user