dockhand-lru-registry
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto mode

Dockhand LRU Registry

Build Status GitHub release GitHub contributors License: APACHE

The dockhand-lru-registry is built using Go and acts as a proxy for distribution/distribution. The lru proxy keeps track of image access and has a schedulable maintenance action. During the maintenance window, the dockhand-lru-registry will effectively put the registry in readonly mode, and run garbage collection. If target disk usage has exceeded a configurable threshold it will remove a configurable percentage of the least recently used tags from the registry until usage has dropped back below the target threshold.

Getting Started