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 @@ -432,12 +432,7 @@ function install-docker {
432
432
software-properties-common \
433
433
lsb-release
434
434
435
- # focal repo for docker is not yet available, so we use bonic for now
436
- # https://github.com/kubernetes/kubernetes/issues/90709
437
435
release=$( lsb_release -cs)
438
- if [ " $release " == " focal" ]; then
439
- release=" bionic" ;
440
- fi
441
436
442
437
# Add the Docker apt-repository
443
438
curl -fsSL https://download.docker.com/linux/$( . /etc/os-release; echo " $ID " ) /gpg \
@@ -478,12 +473,7 @@ function install-containerd-ubuntu {
478
473
software-properties-common \
479
474
lsb-release
480
475
481
- # focal repo for docker is not yet available, so we use bonic for now
482
- # https://github.com/kubernetes/kubernetes/issues/90709
483
476
release=$( lsb_release -cs)
484
- if [ " $release " == " focal" ]; then
485
- release=" bionic" ;
486
- fi
487
477
488
478
# Add the Docker apt-repository (as we install containerd from there)
489
479
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