27 lines
894 B
Diff
27 lines
894 B
Diff
From b20af14432e3befcae1c40de91a4dfb579ccd03b Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Sat, 13 May 2023 11:05:35 +0800
|
|
Subject: [PATCH 2/9] restore ping head
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
test/image/oci/registry/data/v2/ping_head | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/test/image/oci/registry/data/v2/ping_head b/test/image/oci/registry/data/v2/ping_head
|
|
index d9456e50..93742901 100644
|
|
--- a/test/image/oci/registry/data/v2/ping_head
|
|
+++ b/test/image/oci/registry/data/v2/ping_head
|
|
@@ -4,6 +4,6 @@ Date: Thu, 02 Jul 2020 09:14:14 GMT
|
|
Content-Type: application/json; charset=utf-8
|
|
Content-Length: 2
|
|
Connection: keep-alive
|
|
-Docker-Distribution-Api-Version: registry/2.0
|
|
-
|
|
+Docker-Distribution-Api-Version: registry/2.0
|
|
+
|
|
{"errors":[{"code":"UNAUTHORIZED","message":"Unauthorized access."}]}
|
|
--
|
|
2.40.1
|
|
|