windows GCE: Bumps containerd version to 1.6.2

containerd v1.6.0 introduced HostProcessContainers support [1], which
are required for e2e tests that need that feature.

This addresses some of the permafailing tests for Windows GCE E2E test runs.

[1] https://github.com/containerd/containerd/pull/5131
This commit is contained in:
Claudiu Belu 2022-04-20 06:53:26 -07:00
parent f173d01c01
commit 70f14e16e4

View File

@ -1354,7 +1354,7 @@ function Install_Containerd {
New-Item $tmp_dir -ItemType 'directory' -Force | Out-Null
# TODO(ibrahimab) Change this to a gcs bucket with CI maintained and accessible by community.
$version = '1.5.4'
$version = '1.6.2'
$tar_url = ("https://github.com/containerd/containerd/releases/download/v${version}/" +
"cri-containerd-cni-${version}-windows-amd64.tar.gz")
$sha_url = $tar_url + ".sha256sum"