From 8f11f5bb2b50a7f3aa9aae904eb9d7ae60d2a9c6 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 11 May 2023 12:47:23 +0300 Subject: [PATCH] DRA: use containerd 1.7 in kind image As Containerd 1.6 doesn't support CDI we want to stay closer to 1.7 Containerd 1.7 is going to be the first official release with full CDI support. --- test/e2e/dra/kind-build-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/dra/kind-build-image.sh b/test/e2e/dra/kind-build-image.sh index bf15b314bf3..c95f103df00 100755 --- a/test/e2e/dra/kind-build-image.sh +++ b/test/e2e/dra/kind-build-image.sh @@ -23,7 +23,7 @@ set -ex set -o pipefail tag="$1" -containerd="containerd-1.6.0-830-g34d078e99" # from https://github.com/kind-ci/containerd-nightlies/releases +containerd="containerd-1.7.0-79-g2503bef58" # from https://github.com/kind-ci/containerd-nightlies/releases tmpdir="$(mktemp -d)" cleanup() {