Skip to content

Commit

Permalink
disable image garbage collection temporarily (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Feb 7, 2024
1 parent c451250 commit 066cdb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/dev/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion registry/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@" ;;
Expand Down

0 comments on commit 066cdb8

Please sign in to comment.