1 Star 0 Fork 30

xuhe/kiwi

forked from src-openEuler/kiwi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Use-buildah-by-default-for-OCI-image-builds.patch 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
xuhe 提交于 2024-03-19 11:44 . Update version to 9.25.22
From ff0028f6f60eba3038a765e4ea3c59addb52ccc2 Mon Sep 17 00:00:00 2001
From: Igor Raits <igor.raits@gmail.com>
Date: Sat, 6 May 2023 12:06:16 +0200
Subject: [PATCH] Use buildah by default for OCI image builds
---
kiwi.yml | 2 +-
kiwi/defaults.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kiwi.yml b/kiwi.yml
index 4c5922138..987898e2a 100644
--- a/kiwi.yml
+++ b/kiwi.yml
@@ -67,7 +67,7 @@
# # Specify OCI archive tool which should be used on creation of
# # container archives for OCI compliant images, e.g docker
# # Possible values are umoci and buildah
-# - archive_tool: umoci
+# - archive_tool: buildah
# Specify build constraints that applies during the image build
diff --git a/kiwi/defaults.py b/kiwi/defaults.py
index ae0251a71..b11deb968 100644
--- a/kiwi/defaults.py
+++ b/kiwi/defaults.py
@@ -1732,7 +1732,7 @@ class Defaults:
:rtype: str
"""
- return 'umoci'
+ return 'buildah'
@staticmethod
def get_part_mapper_tool():
--
2.40.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kylin-xuhe/kiwi.git
git@gitee.com:kylin-xuhe/kiwi.git
kylin-xuhe
kiwi
kiwi
master

搜索帮助