Pin Docker version to 18.06.1

This pins the version of docker installed to a validated version
of docker for kubernetes 1.12.2.

Change-Id: If543dc4b84a6ea1224d4a8bb3af71cc9c20f28e4
This commit is contained in:
Steve Wilkerson 2019-03-12 09:37:26 -05:00
parent 457ac52ee6
commit 544805f99c
2 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,7 @@
vars:
packages:
deb:
- docker.io
- docker.io=18.06.1-0ubuntu1.2~16.04.1
rpm:
- docker

View File

@ -61,8 +61,9 @@ RELEASE_NAME=$(grep 'CODENAME' /etc/lsb-release | awk -F= '{print $2}')
sudo add-apt-repository "deb https://download.ceph.com/debian-mimic/
${RELEASE_NAME} main"
sudo -E apt-get update
# NOTE(srwilkers): Pin docker version to validated docker version for k8s 1.12.2
sudo -E apt-get install -y \
docker.io \
docker.io=18.06.1-0ubuntu1.2~16.04.1 \
socat \
jq \
util-linux \