You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable blob caching when garbage-collection is enabled
The garbage-collection cronjob will cause the registry to go into
an inconsistent state if the blob cache is not cleared afterward.
Since the cronjob has no facility for doing that, disable blob
caching entirely when garbage-collection is in use.
Fixes: Issue #104
0 commit comments