Update docker to latest version

This commit is contained in:
Mike Reeves
2020-08-26 10:35:17 -04:00
parent c38f4ad4ae
commit e993397173
3 changed files with 15 additions and 10 deletions

View File

@@ -752,9 +752,9 @@ docker_install() {
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo;
fi
if [[ ! $is_iso ]]; then
yum -y install docker-ce-19.03.11-3.el7 containerd.io-1.2.13-3.2.el7;
yum -y install docker-ce-19.03.12-3.el7 containerd.io-1.2.13-3.2.el7;
fi
yum versionlock docker-ce-19.03.11-3.el7;
yum versionlock docker-ce-19.03.12-3.el7;
yum versionlock containerd.io-1.2.13-3.2.el7
} >> "$setup_log" 2>&1