From 8f16d6588a79c4b639e6473dfca0cb899028e575 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Mon, 14 Oct 2024 09:42:41 -0700 Subject: [PATCH] Revert "update runc binary to 1.1.15" This reverts commit 113a9f1fc9aa47ed622bcd0eb954ef8cf84551e3. runc 1.1.15 appears to have incresed chances for causing OOMs for containers with small memory limits. Revert the change in containerd 1.7 to unblock releases 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 95ff739aff95..6a99dbb7fd74 100644 --- a/script/setup/runc-version +++ b/script/setup/runc-version @@ -1 +1 @@ -v1.1.15 +v1.1.14