Browse Source

update registry config

dqzboy 7 months ago
parent
commit
e9d1975298

+ 1 - 0
config/registry-elastic.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-gcr.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-ghcr.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-hub.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-k8s.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-k8sgcr.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-mcr.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-nvcr.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry

+ 1 - 0
config/registry-quay.yml

@@ -9,6 +9,7 @@ log:
     environment: staging
 storage:
   cache:
+    # 改为 blan 禁用 blob 描述符缓存,可解决docker pull error:unexpected EOF
     blobdescriptor: inmemory
   filesystem:
     rootdirectory: /var/lib/registry