Skip to content
RODMENA

Container registry

Container Registry

A private registry that speaks plain Docker.

What it is

A private OCI and Docker-compatible container registry that speaks the Docker Registry HTTP API V2, so standard docker push and docker pull work with no custom client tooling. Metadata lives in PostgreSQL, blobs in S3 object storage behind presigned URLs, authorization comes from Auth and metering and rate limits from TokenGate.

Who it is for. Teams that ship container images and want a private registry behind the same access control as their other services.

  • OCI
  • Docker Registry V2
  • S3-backed

What it does

Standard Docker CLI

docker push and docker pull, unchanged.

S3-backed blobs

Layers stream to and from object storage through presigned URLs.

Authorised by Auth

Who may push or pull is decided by the house authorization service.

Metered by TokenGate

Quotas and rate limits per subject, from the same metering service as everything else.

Ready to look at Container Registry?

The product site has the documentation and the way in. For procurement questions, a pilot or an integration, talk to us directly.