Merge pull request #103855 from ibabou/update_bin_win_154

Update Containerd version - GCE Windows (1.5.4)
This commit is contained in:
Kubernetes Prow Robot 2021-08-05 01:45:07 -07:00 committed by GitHub
commit a77d151c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1585,7 +1585,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.4.4'
$version = '1.5.4'
$tar_url = ("https://github.com/containerd/containerd/releases/download/v${version}/" +
"cri-containerd-cni-${version}-windows-amd64.tar.gz")
$sha_url = $tar_url + ".sha256sum"