message
This commit is contained in:
parent
7727310501
commit
745d1a4de2
@ -34,12 +34,12 @@ then
|
|||||||
|
|
||||||
# (Install containerd)
|
# (Install containerd)
|
||||||
|
|
||||||
sudo apt-get update && sudo apt-get install -y containerd
|
#sudo apt-get update && sudo apt-get install -y containerd
|
||||||
# hopefully temporary bugfix as the containerd version provided in Ubu repo is tool old
|
# hopefully temporary bugfix as the containerd version provided in Ubu repo is tool old
|
||||||
# added Jan 26th 2023
|
# added Jan 26th 2023
|
||||||
# this needs to be updated when a recent enough containerd version will be in Ubuntu repos
|
# this needs to be updated when a recent enough containerd version will be in Ubuntu repos
|
||||||
sudo systemctl stop containerd
|
sudo systemctl stop containerd
|
||||||
# cleanup old files from previous attempt if existing
|
cleanup old files from previous attempt if existing
|
||||||
[ -d bin ] && rm -rf bin
|
[ -d bin ] && rm -rf bin
|
||||||
wget https://github.com/containerd/containerd/releases/download/v1.7.13/containerd-1.7.13-linux-${PLATFORM}.tar.gz
|
wget https://github.com/containerd/containerd/releases/download/v1.7.13/containerd-1.7.13-linux-${PLATFORM}.tar.gz
|
||||||
tar xvf containerd-1.7.13-linux-${PLATFORM}.tar.gz
|
tar xvf containerd-1.7.13-linux-${PLATFORM}.tar.gz
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user