mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge branch 'dev' of https://github.com/Forest-L/kubekey into dev
Signed-off-by: Forest-L <lilin@yunify.com>
This commit is contained in:
commit
432f3c5cbf
|
|
@ -5,12 +5,6 @@ docker_version=19.03.13
|
|||
#apt_yum_url="https://download.docker.com"
|
||||
apt_yum_url="https://mirrors.aliyun.com/docker-ce"
|
||||
|
||||
VERSION=`cat /etc/os-release | grep VERSION_ID | awk -F "" '{print $13}'`
|
||||
|
||||
if [ "$VERSION" -eq 8 ]
|
||||
then
|
||||
apt_yum_url="https://mirror.azure.cn/docker-ce"
|
||||
fi
|
||||
|
||||
|
||||
rhel_repos="
|
||||
|
|
|
|||
Loading…
Reference in New Issue