Revert "Use dev version of Docker"

This reverts commit d209ded13c.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-03-23 14:41:53 -07:00
commit 16495c577b
2 changed files with 8 additions and 13 deletions

View file

@ -11,14 +11,14 @@ script/validate-dco
flake8 compose
if [ "$DOCKER_VERSIONS" == "" ]; then
DOCKER_VERSIONS="dev"
DOCKER_VERSIONS="1.5.0"
elif [ "$DOCKER_VERSIONS" == "all" ]; then
DOCKER_VERSIONS="$ALL_DOCKER_VERSIONS"
fi
for version in $DOCKER_VERSIONS; do
>&2 echo "Running tests against Docker $version"
docker-$version run \
docker-1.5.0 run \
--rm \
--privileged \
--volume="/var/lib/docker" \