forked from TrueCloudLab/distribution
Merge pull request #1683 from dmcgowan/update-golem-test-versions
Use official docker 1.11.1 image to test docker 1.11
This commit is contained in:
commit
72c9bfe1b5
1 changed files with 2 additions and 2 deletions
|
@ -53,12 +53,12 @@ time docker pull distribution/golem-runner:0.1-bats
|
|||
|
||||
time docker pull docker:1.9.1-dind
|
||||
time docker pull docker:1.10.3-dind
|
||||
time docker pull dockerswarm/dind:1.11.0-rc2
|
||||
time docker pull docker:1.11.1-dind
|
||||
|
||||
golem -cache $cachedir \
|
||||
-i "golem-distribution:latest,$distimage,$distversion" \
|
||||
-i "golem-dind:latest,docker:1.9.1-dind,1.9.1" \
|
||||
-i "golem-dind:latest,docker:1.10.3-dind,1.10.3" \
|
||||
-i "golem-dind:latest,dockerswarm/dind:1.11.0-rc2,1.11.0" \
|
||||
-i "golem-dind:latest,docker:1.11.1-dind,1.11.1" \
|
||||
$DIR
|
||||
|
||||
|
|
Loading…
Reference in a new issue