Vetrix Docs

Registry

Administration of the built-in package registry — the instance-side view of the artifact store that backs container images, npm, PyPI, Go module, and generic packages. These pages cover where blobs land on disk, the tables that index them, who is allowed to pull, push, and delete, and the operator tooling for auditing storage and reclaiming it. They are about running the registry; the client-facing protocol paths and publish flows are documented with the API and end-user material.

Pages

  • Registry Administration — The five supported package types and their mount paths, the content-addressed blob layout under the configured blob root, the six registry_* tables that index it, and the read/write/admin access rules and the query that finds unreferenced blobs.
  • Admin Registry CLI Reference — The vetrix-cli registry command tree for inspecting images, deleting images and tags, reading storage statistics, and running garbage collection, plus its global flags, admin-token requirement, and exit codes.