mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #117932 from bart0sh/PR114-e2e-DRA-use-containerd-1.7
DRA: use containerd 1.7 in kind image
This commit is contained in:
		@@ -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() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user