podman/0001-podman-patch-for-local-search.patch
writings-of-prince-huainan 178c14302a patch for podman pull with issueId I2BF99
Fix podman pull failed

Fixed change log
2021-01-13 10:18:18 +08:00

25 lines
626 B
Diff

From 40aabbc1707bfb6ed0a0bb01bc356a16efae8b4e Mon Sep 17 00:00:00 2001
From: weishengjing1 <773945074@qq.com>
Date: Sat, 9 Jan 2021 10:09:27 +0800
Subject: [PATCH] patch for podman pull (issue I2BF99)
---
libpod.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/libpod.conf b/libpod.conf
index 2976cec..4001d21 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -7,6 +7,7 @@ image_default_transport = "docker://"
# Paths to look for a valid OCI runtime (runc, runv, etc)
runtime_path = [
"/usr/bin/runc",
+ "/usr/local/bin/runc",
"/usr/sbin/runc",
"/sbin/runc",
"/bin/runc",
--
2.27.0