diff --git a/tests/setup_centos.sh b/tests/setup_centos.sh index fdd3b31e24..0f5c1c6a10 100755 --- a/tests/setup_centos.sh +++ b/tests/setup_centos.sh @@ -12,7 +12,7 @@ gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg EOF -sudo yum install -y libffi-devel openssl-devel docker-engine xfsprogs +sudo yum install -y libffi-devel openssl-devel docker-engine-1.8.2 xfsprogs # Setup backing disk for use with Docker. This is to ensure we use the ephemeral # disk provided to the build instance. It ensures the correct disk and storage diff --git a/tests/setup_fedora.sh b/tests/setup_fedora.sh index 4a1be53d88..7cb86e2d25 100755 --- a/tests/setup_fedora.sh +++ b/tests/setup_fedora.sh @@ -12,7 +12,7 @@ gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg EOF -sudo yum install -y libffi-devel openssl-devel docker-engine xfsprogs +sudo yum install -y libffi-devel openssl-devel docker-engine-1.8.2 xfsprogs # Setup backing disk for use with Docker. This is to ensure we use the ephemeral # disk provided to the build instance. It ensures the correct disk and storage diff --git a/tests/setup_ubuntu.sh b/tests/setup_ubuntu.sh index 407c5c541f..4eb30bc8b6 100755 --- a/tests/setup_ubuntu.sh +++ b/tests/setup_ubuntu.sh @@ -9,7 +9,7 @@ sudo mount echo 'deb http://apt.dockerproject.org/repo ubuntu-trusty main' | sudo tee /etc/apt/sources.list.d/docker.list sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D sudo apt-get update -sudo apt-get install -y --no-install-recommends docker-engine btrfs-tools +sudo apt-get install -y --no-install-recommends docker-engine=1.8.2-0~trusty btrfs-tools # The reason for using BTRFS is stability. There are numerous issues with the # devicemapper backed on Ubuntu and AUFS is slow. BTRFS is very solid as a