Registry
This page appears only if your administrator account has the corresponding permission.
The Registry page gives you an instance-wide view of every container image published across all users. It has two tabs: Images, where you browse and search all images and remove tags or whole images; and Storage, where you see how much space the registry uses, which repositories and owners consume the most, and when the registry last reclaimed space.
Where to find it
- URL:
gitvetrix.com/admin/registry - Navigation: In the admin area, open the Operations group in the sidebar and select Registry.
The Images and Storage tabs appear across the top of the page.
Browse images
The Images tab (Registry Images) lists every container image across every user, with these columns:
- Owner — the account that owns the repository.
- Repo — the repository name, with a Private badge when the repository is private.
- Image — the image name.
- Tags — the number of tags, with the latest tag in parentheses.
- Size — the total size of the image.
- Last pushed — how long ago the image was last pushed.
- A Details button that opens the image.
Two boxes above the table narrow the list: Search by image name filters by image name, and Filter by owner filters by owner username. Long lists are split into pages. When nothing matches, the page shows No images found.
Inspect and delete an image's tags
- On the Images tab, select Details on an image's row. A panel slides in from the right, headed by the image reference and a Private badge when the repository is private.
- The panel lists the image's tags in a table with Tag, Digest, Size, and Pushed columns, and a Delete tag button on each row.
To delete a single tag:
- Select Delete tag on the tag's row.
- In the Delete tag dialog, type
owner/repo/image:tagto confirm. - Select Delete tag.
To delete every tag for the image:
- Select Delete image at the top of the panel.
- In the Delete image dialog, type
owner/repo/imageto confirm. - Select Delete image.
Deleting a tag or image removes the tags but not the underlying data; run garbage collection from the Storage tab to reclaim the space. Close the panel with the close control.
Review storage
The Storage tab (Registry Storage) shows instance-wide consumption:
- Total Storage — the total space the registry uses.
- Last GC Run — when the registry last ran garbage collection, with the number of blobs deleted, the space reclaimed, and the error count. It reads No run recorded yet when garbage collection has never run.
- Top Repositories by Storage — a table of the largest repositories, with Owner, Repo, Size, and Images columns.
- Top Owners by Storage — a table of the largest owners, with Owner, Size, Images, and Repos columns.
Run garbage collection
Garbage collection reclaims the space left behind by deleted tags and images.
- On the Storage tab, select Run now on the Last GC Run card.
- The card shows a running state until the pass finishes, then updates with the blobs deleted, space reclaimed, and error count.
If garbage collection fails, a message shows the reason.