Pin docker to 1.8.2 in gate
Change-Id: I1207f04771267702a7b592643a07dd0d92bacbc9 backport: liberty Partially-Implements: blueprint functional-testing-gate
This commit is contained in:
parent
5f200e0446
commit
2df40e2946
@ -12,7 +12,7 @@ gpgcheck=1
|
|||||||
gpgkey=https://yum.dockerproject.org/gpg
|
gpgkey=https://yum.dockerproject.org/gpg
|
||||||
EOF
|
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
|
# 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
|
# disk provided to the build instance. It ensures the correct disk and storage
|
||||||
|
@ -12,7 +12,7 @@ gpgcheck=1
|
|||||||
gpgkey=https://yum.dockerproject.org/gpg
|
gpgkey=https://yum.dockerproject.org/gpg
|
||||||
EOF
|
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
|
# 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
|
# disk provided to the build instance. It ensures the correct disk and storage
|
||||||
|
@ -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
|
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-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
|
||||||
sudo apt-get update
|
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
|
# 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
|
# devicemapper backed on Ubuntu and AUFS is slow. BTRFS is very solid as a
|
||||||
|
Loading…
Reference in New Issue
Block a user