Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JakubOboza/fbd6259f5b6321f17e8c3cdb1b095004 to your computer and use it in GitHub Desktop.
Save JakubOboza/fbd6259f5b6321f17e8c3cdb1b095004 to your computer and use it in GitHub Desktop.
Private Docker registry with free tiers for Developers.

List of sites with free tier limits

  • Docker Hub - One private repo/image spot for free
  • Three Scale - Very generous free tier 50GB of space, 500 Pulls a month etc..
  • Canister - 20 private repos with almost no limits on free tier
  • Code Fresh - Free tier for developers

Setup your own private registry

List links

Kubernetes

@Cruel
Copy link

Cruel commented Aug 7, 2025

Gitlab is great and free too for private images. The best I've seen.
Github is strict on private images, so you need to keep them pretty small: https://docs.github.com/en/billing/concepts/product-billing/github-packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment