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.
This commit is contained in:
Ed Bartosh 2023-05-11 12:47:23 +03:00
parent 122a459dcb
commit 8f11f5bb2b

View File

@ -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() {