From e3f966add09e4230466c982ce6a5b9babdf33ed0 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Thu, 2 Feb 2023 23:03:32 +0300 Subject: [PATCH] Unpin containerd.io package version It used to be pinned to 1.5.11-1 which is is not compatible with the latest docker-ce package. Change-Id: I69b4a28d5919cb1b47b56ea356e1337dbe146cce --- tools/gate/deploy-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/deploy-k8s.sh b/tools/gate/deploy-k8s.sh index 22994389a..10613ed6e 100755 --- a/tools/gate/deploy-k8s.sh +++ b/tools/gate/deploy-k8s.sh @@ -138,7 +138,7 @@ sudo -E apt-get update sudo -E apt-get install -y \ docker-ce \ docker-ce-cli \ - containerd.io=1.5.11-1 \ + containerd.io \ socat \ jq \ util-linux \