mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
fix(sync): ping func should not try to read response body (#1757)
closes: #1703 Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"registries": [
|
||||
{
|
||||
"urls": [
|
||||
"https://docker.io/library"
|
||||
"https://index.docker.io"
|
||||
],
|
||||
"content": [
|
||||
{
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
},
|
||||
{
|
||||
"urls": [
|
||||
"https://docker.io/library"
|
||||
"https://index.docker.io"
|
||||
],
|
||||
"onDemand": true,
|
||||
"tlsVerify": true,
|
||||
|
||||
Reference in New Issue
Block a user