Parcourir la source

Enable registry support for image pruning

Andrew Lau il y a 8 ans
Parent
commit
185be3ad99
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      roles/openshift_hosted/templates/registry_config.j2

+ 2 - 0
roles/openshift_hosted/templates/registry_config.j2

@@ -4,6 +4,8 @@ log:
 http:
   addr: :5000
 storage:
+  delete:
+    enabled: true
   cache:
     blobdescriptor: inmemory
 {% if openshift.hosted.registry.storage.provider == 's3' %}