disable image garbage collection temporarily (#135)

This commit is contained in:
Salah Al Saleh
2024-02-07 06:36:23 -08:00
committed by GitHub
parent c451250faa
commit 066cdb8962
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ data:
entrypoint.sh: |
#!/bin/sh
set -e
/garbage-collect.sh &
# /garbage-collect.sh &
registry serve /etc/docker/registry/config.yml
garbage-collect.sh: |
#!/bin/sh