summaryrefslogtreecommitdiff
path: root/0126-add-a-new-registry-to-prevent-missing-mirrors.patch
blob: aba6256162db93b8282f7729c683f02c84026e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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