Skip to content

Infrastructure Early access

A private registry and pull-through cache on one OCI wire.

Push your private images and pull public ones through an authenticated cache — one endpoint, one login, unlimited pulls.

— scalar field · a set of level curves

How it works

Your private repos and a cache of the public world, behind one login.

Longbridge Registry is a standard OCI registry: push and pull your private repositories, and pull public upstreams (Docker Hub, GHCR, …) through an authenticated cache that shrugs off their rate limits. Authenticate with a registry key or your CI’s OIDC identity.

  • One endpoint for private repos and cached public upstreams.
  • Registry keys or OIDC — no shared passwords in CI.
  • Unlimited pulls, by design.

What you get

01

Private repositories

Standard OCI push and pull with per-repository access rules. Your images, your rules.

02

Pull-through cache

Cache Docker Hub, GHCR and friends behind your own endpoint — and dodge upstream rate limits.

03

Unlimited pulls

We never meter pulls. Cache all you like; CI stays fast and free to read.

04

EU-stored

Layers live in EU object storage — no US round-trip for your base images.

Pricing

Priced the honest way.

You pay for what you store and what you serve out — pulls are always free. Metered but free during early access.

Early access

Metered, and free while we open it up.

  • Storage: per GiB held, per month.
  • Egress: per GiB served out of the region.
  • Pulls (reads): unlimited, never metered.

Rates land as Registry graduates; early-access registries are free.

See how Longbridge prices

Part of the platform

One account underneath every product.

Every Longbridge product shares one Org, one Console, and one bill — so adding the next one is a toggle, not another vendor to onboard.

See the whole platform
  • One login & Org
  • One bill · EU merchant of record
  • One CLI, SDK & Terraform provider
  • EU-native by default

Try it

A taste — the rest is in the docs.

Push an image
docker login registry.lngbrdg.com
docker tag my-app registry.lngbrdg.com/acme/my-app:1.0
docker push registry.lngbrdg.com/acme/my-app:1.0
A standard registry — your existing docker / oras tooling just works. Read the docs

The honest part

  • Unlimited pulls — CI reads never cost.
  • Standard OCI. No proprietary client.
  • EU-stored layers.
  • Registry keys scoped per repo; OIDC for CI.

A private registry and pull-through cache on one OCI wire.

Start in the Console — or read the docs first. It's your call.