diff options
author | CoprDistGit <infra@openeuler.org> | 2025-05-26 08:29:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-05-26 08:29:06 +0000 |
commit | 9695759a2379a58db67c0f9ecc8916f9cded6fee (patch) | |
tree | a1735112507017c38f2b08d0aee4c136c2307c3f /0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch | |
parent | 80644adee4f590c13a11813d4c12417ce1564044 (diff) |
automatic import of iSuladopeneuler22.03_LTS
Diffstat (limited to '0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch')
-rw-r--r-- | 0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch b/0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch new file mode 100644 index 0000000..faee164 --- /dev/null +++ b/0133-modify-the-image-name-isulad-ubuntu-to-ubuntu.patch @@ -0,0 +1,34 @@ +From 18a8120dfa71b50879b562692013a308b9508224 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?=E6=AD=A6=E7=A7=AF=E8=B6=85?= <wujichao1@huawei.com> +Date: Wed, 11 Sep 2024 17:03:08 +0800 +Subject: [PATCH 142/149] modify the image name: isulad/ubuntu to ubuntu + +--- + CI/test_cases/image_cases/image_load.sh | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/CI/test_cases/image_cases/image_load.sh b/CI/test_cases/image_cases/image_load.sh +index 8a6c256a..8a3fd7b3 100755 +--- a/CI/test_cases/image_cases/image_load.sh ++++ b/CI/test_cases/image_cases/image_load.sh +@@ -28,7 +28,7 @@ function test_image_load() + { + local ret=0 + local test="isula load image test => (${FUNCNAME[@]})" +- local ubuntu_image="isulad/ubuntu" ++ local ubuntu_image="ubuntu" + + msg_info "${test} starting..." + +@@ -84,7 +84,7 @@ function test_concurrent_load() + { + local ret=0 + local test="isula load image test => (${FUNCNAME[@]})" +- local ubuntu_image="isulad/ubuntu" ++ local ubuntu_image="ubuntu" + + msg_info "${test} starting..." + +-- +2.25.1 + |