This commit is contained in:
sandervanvugt 2024-03-05 09:45:31 +01:00
parent 7727310501
commit 745d1a4de2

View File

@ -34,12 +34,12 @@ then
# (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
# added Jan 26th 2023
# this needs to be updated when a recent enough containerd version will be in Ubuntu repos
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
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