diff options
author | CoprDistGit <infra@openeuler.org> | 2025-01-11 14:20:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-01-11 14:20:43 +0000 |
commit | 2295e96f69a8c13751ba69ea9176b0599c0909a8 (patch) | |
tree | c908aaed1b7f92c2e5aaa55ac6981ebe00dfe9bf /0126-add-a-new-registry-to-prevent-missing-mirrors.patch | |
parent | b7a2cf915b9d2c7e530c02097631b69bacc0e93c (diff) |
automatic import of iSuladopeneuler24.03_LTS
Diffstat (limited to '0126-add-a-new-registry-to-prevent-missing-mirrors.patch')
-rw-r--r-- | 0126-add-a-new-registry-to-prevent-missing-mirrors.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/0126-add-a-new-registry-to-prevent-missing-mirrors.patch b/0126-add-a-new-registry-to-prevent-missing-mirrors.patch new file mode 100644 index 0000000..aba6256 --- /dev/null +++ b/0126-add-a-new-registry-to-prevent-missing-mirrors.patch @@ -0,0 +1,25 @@ +From a7a851f5be6c37665d948ec7587de062b6295bbe Mon Sep 17 00:00:00 2001 +From: zhongtao <zhongtao17@huawei.com> +Date: Sat, 7 Sep 2024 11:24:44 +0800 +Subject: [PATCH 133/149] add a new registry to prevent missing mirrors + +Signed-off-by: zhongtao <zhongtao17@huawei.com> +--- + CI/test_cases/container_cases/test_data/daemon.json | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CI/test_cases/container_cases/test_data/daemon.json b/CI/test_cases/container_cases/test_data/daemon.json +index 20b001c0..cf7e0b9d 100644 +--- a/CI/test_cases/container_cases/test_data/daemon.json ++++ b/CI/test_cases/container_cases/test_data/daemon.json +@@ -24,6 +24,7 @@ + "overlay2.override_kernel_check=true" + ], + "registry-mirrors": [ ++ "https://docker.chenby.cn", + "https://hub.oepkgs.net" + ], + "insecure-registries": [ +-- +2.25.1 + |