Your private registry,
plain docker push.
A private container registry that speaks the standard OCI Distribution API. `docker login koigrid.com`, push and pull with a scoped token, images stored on your flat plan. The no-lock-in alternative to AWS ECR — then deploy straight from it as a koigrid App.
A registry shouldn’t need IAM and a per-GB bill
ECR works but means IAM policies, `aws ecr get-login-password`, and per-GB storage plus data-transfer. koigrid Container Registry is plain docker: `docker login koigrid.com -u token -p <koigrid-token>`, then `docker push koigrid.com/<name>:<tag>`. Images are stored on koigrid Storage (S3/MinIO), isolated per org, addressed by digest. It’s the standard OCI protocol — pull with any OCI client, no AWS-specific tooling. And because the registry and the runtime are one platform, you can deploy a pushed image as a koigrid App in the same place.
How koigrid compares
| koigrid | AWS ECR | |
|---|---|---|
| Protocol | Standard OCI Distribution | OCI + AWS login |
| Login | docker login + scoped token | aws ecr get-login-password + IAM |
| Storage | koigrid Storage (portable) | AWS-managed |
| Pricing | Flat (included) | Per GB + transfer |
| Deploy from it | Yes (koigrid Apps) | Separate (ECS/EKS/…) |
| Lock-in | None | AWS tooling + IAM |
From public docs, 2026. v1: push/pull + tags. Image deletion/GC and cross-repo mount are on the roadmap.
What you’d pay elsewhere
50 GB of images with regular pulls
koigrid Registry (Starter)
€12/mo/mo
flat — image storage included in your plan
AWS ECR
~$5+/mo/mo
per-GB storage + data-transfer on every pull
flat & predictable
Prices are indicative; koigrid is flat-rate and EU-hosted.
A registry that just speaks docker
Standard OCI
docker push/pull, or any OCI client (crane, skopeo, buildkit). No AWS-specific login.
Scoped tokens
Auth with a koigrid token carrying registry:read / registry:write — mint one per CI, revoke any time.
Isolated per org
Your images live under your org, content-addressed by digest, on koigrid Storage (S3/MinIO).
Deploy from the registry
Push an image, then deploy it as a koigrid App — registry and runtime are one platform.
Flat-rate storage
Image storage comes with your plan — no per-GB + data-transfer bill.
Portable
Standard protocol + portable object storage — move your images anywhere, no lock-in.