File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -423,12 +423,7 @@ function install-docker {
423
423
software-properties-common \
424
424
lsb-release
425
425
426
- # focal repo for docker is not yet available, so we use bonic for now
427
- # https://github.com/kubernetes/kubernetes/issues/90709
428
426
release=$( lsb_release -cs)
429
- if [ " $release " == " focal" ]; then
430
- release=" bionic" ;
431
- fi
432
427
433
428
# Add the Docker apt-repository
434
429
curl -fsSL https://download.docker.com/linux/$( . /etc/os-release; echo " $ID " ) /gpg \
@@ -469,12 +464,7 @@ function install-containerd-ubuntu {
469
464
software-properties-common \
470
465
lsb-release
471
466
472
- # focal repo for docker is not yet available, so we use bonic for now
473
- # https://github.com/kubernetes/kubernetes/issues/90709
474
467
release=$( lsb_release -cs)
475
- if [ " $release " == " focal" ]; then
476
- release=" bionic" ;
477
- fi
478
468
479
469
# Add the Docker apt-repository (as we install containerd from there)
480
470
curl -fsSL https://download.docker.com/linux/$( . /etc/os-release; echo " $ID " ) /gpg \
You can’t perform that action at this time.
0 commit comments