From 691e7356a925541bc91b2b9f44f4db36b55a1b41 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Tue, 15 Oct 2024 09:27:34 -0700 Subject: [PATCH] Revert "update runc binary to 1.1.15" This reverts commit f0f1bfca0746d3b81dab1e11fb8db389401cc8a3. runc 1.1.15 appears to have incresed chances for causing OOMs for containers with small memory limits. Revert the change in containerd to unblock CI while the upstream runc issue is resolved. Dependency-issue: https://github.com/opencontainers/runc/issues/4427 Signed-off-by: Samuel Karp --- script/setup/runc-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/runc-version b/script/setup/runc-version index 95ff739aff957..6a99dbb7fd746 100644 --- a/script/setup/runc-version +++ b/script/setup/runc-version @@ -1 +1 @@ -v1.1.15 +v1.1.14