Skip to content

Commit

Permalink
Pin docker to 19.03
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaffelson authored Dec 11, 2020
1 parent d644dbd commit 607ffde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap/v2/cbd_bootstrap_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ yum install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum repolist
yum -y install net-tools ntp wget lsof unzip tar iptables-services sed device-mapper-persistent-data lvm2 java-1.8.0-openjdk
yum -y install docker-ce docker-ce-cli containerd.io
yum -y remove docker-common docker container-selinux docker-selinux docker-engineyum install docker-ce-19.03.0-3.el7
yum -y install docker-ce-19.03.0-3.el7 docker-ce-cli containerd.io

# Environment Setup
echo Modifying Environment Settings
Expand Down

0 comments on commit 607ffde

Please sign in to comment.