From 9eb77281c4fe1c1f252a0df67ca2c1fee8867b80 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Thu, 3 Dec 2020 16:53:22 -0800 Subject: Update containerd to 1.3.9 PiperOrigin-RevId: 345564927 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f4c534ff..b4ca17c9d 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ tests: unit-tests syscall-tests integration-tests: ## Run all standard integration tests. integration-tests: docker-tests overlay-tests hostnet-tests swgso-tests -integration-tests: do-tests kvm-tests containerd-test-1.3.4 +integration-tests: do-tests kvm-tests containerd-test-1.3.9 .PHONY: integration-tests network-tests: ## Run all networking integration tests. @@ -261,7 +261,7 @@ containerd-test-%: load-basic_alpine load-basic_python load-basic_busybox load-b # actually drive the tests. The v1 API is tested exclusively through 1.2.13. containerd-tests: ## Runs all supported containerd version tests. containerd-tests: containerd-test-1.2.13 -containerd-tests: containerd-test-1.3.4 +containerd-tests: containerd-test-1.3.9 containerd-tests: containerd-test-1.4.0-beta.0 ## -- cgit v1.2.3