summaryrefslogtreecommitdiff
path: root/0040-remove-embedded-image-support-in-readme.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-01-20 09:57:05 +0000
committerCoprDistGit <infra@openeuler.org>2024-01-20 09:57:05 +0000
commitc56563a5cfb85fcba9f28dd1df9647037eb2931e (patch)
tree82e936c48ac53d5a05ac395f897e421a743f8023 /0040-remove-embedded-image-support-in-readme.patch
parent8c7a257a80c20ee3fae444f9e3d670a86dca161f (diff)
automatic import of iSuladopeneuler23.09openeuler22.03_LTS_SP2
Diffstat (limited to '0040-remove-embedded-image-support-in-readme.patch')
-rw-r--r--0040-remove-embedded-image-support-in-readme.patch62
1 files changed, 62 insertions, 0 deletions
diff --git a/0040-remove-embedded-image-support-in-readme.patch b/0040-remove-embedded-image-support-in-readme.patch
new file mode 100644
index 0000000..9ace537
--- /dev/null
+++ b/0040-remove-embedded-image-support-in-readme.patch
@@ -0,0 +1,62 @@
+From 6f9661d7e12e22ff4eeb76647cbe862c5fe7e18d Mon Sep 17 00:00:00 2001
+From: zhongtao <zhongtao17@huawei.com>
+Date: Mon, 27 Nov 2023 20:50:33 +0800
+Subject: [PATCH 40/64] remove embedded image support in readme
+
+Signed-off-by: zhongtao <zhongtao17@huawei.com>
+---
+ README.md | 6 +-----
+ README_zh.md | 6 +-----
+ 2 files changed, 2 insertions(+), 10 deletions(-)
+
+diff --git a/README.md b/README.md
+index e7949dee..970b6e72 100644
+--- a/README.md
++++ b/README.md
+@@ -32,7 +32,7 @@ kata-runtime start secure containers with lightweight virtual machines.
+
+ ### Image
+
+-`iSulad` supports multiple image formats, including OCI, external rootfs and embedded image.
++`iSulad` supports multiple image formats, including OCI and external rootfs.
+
+ #### OCI
+
+@@ -42,10 +42,6 @@ OCI is a docker-compatible image format that supports pulling images and running
+
+ External rootfs allows users to prepare a bootable `root fs` directory, which is mainly used in system container scenarios.
+
+-#### embedded image
+-
+-Embedded image is a unique embedded image format of `iSulad`, which occupies low resources and is mainly used in embedded application scenarios.
+-
+ ### Operation Interface
+
+ `iSulad` provides two different interfaces for image and container management operations: CLI and CRI.
+diff --git a/README_zh.md b/README_zh.md
+index 1c4dff4f..5db28f3a 100755
+--- a/README_zh.md
++++ b/README_zh.md
+@@ -32,7 +32,7 @@ kata-runtime是一个安全容器runtime,用于启动安全容器时使用。
+
+ ### Image
+
+-`iSulad`支持多种镜像格式,包括OCI标准镜像格式、external rootfs镜像格式和embedded image镜像格式。
++`iSulad`支持多种镜像格式,包括OCI标准镜像格式和external rootfs镜像格式。
+
+ #### OCI
+
+@@ -42,10 +42,6 @@ OCI标准镜像格式是与docker兼容的镜像格式,支持从远程镜像
+
+ external rootfs镜像格式允许用户自行准备可启动的`root fs`目录,主要用于系统容器场景。
+
+-#### embedded image
+-
+-embedded image镜像格式是`iSulad`特有的嵌入式镜像格式,占用资源低,主要用于嵌入式应用场景。
+-
+ ### Operation Interface
+
+ `iSulad`提供两种不同的镜像和容器管理操作接口,分别为CLI和CRI。
+--
+2.42.0
+