mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
disable image garbage collection temporarily (#135)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -16,7 +16,7 @@ else
|
||||
fi
|
||||
|
||||
# Run garbage collection job in background
|
||||
/garbage-collect.sh &
|
||||
# /garbage-collect.sh &
|
||||
|
||||
case "$1" in
|
||||
*.yaml|*.yml) set -- registry serve "$@" ;;
|
||||
|
||||
Reference in New Issue
Block a user