Pin docker to 1.8.2 in gate

Change-Id: I1207f04771267702a7b592643a07dd0d92bacbc9
backport: liberty
Partially-Implements: blueprint functional-testing-gate
This commit is contained in:
Sam Yaple 2015-10-13 10:48:08 +00:00
parent 5f200e0446
commit 2df40e2946
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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