Skip to content

Add Docker Hub rate limit warning to deployment docs#547

Open
jamsea wants to merge 1 commit intomainfrom
jamsea/docker-hub-rate-limit-warning
Open

Add Docker Hub rate limit warning to deployment docs#547
jamsea wants to merge 1 commit intomainfrom
jamsea/docker-hub-rate-limit-warning

Conversation

@jamsea
Copy link
Contributor

@jamsea jamsea commented Feb 24, 2026

Summary

  • Added a warning callout on the Pipecat Cloud deployment page about Docker Hub's 100 pulls/hour rate limit for free accounts
  • Includes links to set up image pull secrets or use a private container registry (AWS ECR, GCP Artifact Registry) as alternatives

Test plan

  • Verify the warning renders correctly on the docs site
  • Confirm all links in the warning resolve to the correct pages

🤖 Generated with Claude Code

Free Docker Hub accounts are limited to 100 pulls/hour, which can
cause deployment failures. Added a warning on the deploy page with
links to set up image pull secrets or use a private registry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jamsea
Copy link
Contributor Author

jamsea commented Feb 24, 2026

image


This command reads your `pcc-deploy.toml` configuration to automatically build, tag, and push your image to the configured registry.

<Warning>
Copy link
Contributor

@markbackman markbackman Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not accurate.

Daily pulls docker images from your Docker Hub account. And, Docker limits unauthenticated pulls to 100 per 6 hours, regardless of account type:
https://docs.docker.com/docker-hub/usage/

So, you essentially, you have to use a pull secret.

We are working on cloud builds to avoid this.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants