Skip to content

docs: static Docker badge (avoid shields.io upstream rate-limit)#291

Merged
smaramwbc merged 1 commit into
mainfrom
docs/static-docker-badge
Jul 20, 2026
Merged

docs: static Docker badge (avoid shields.io upstream rate-limit)#291
smaramwbc merged 1 commit into
mainfrom
docs/static-docker-badge

Conversation

@smaramwbc

Copy link
Copy Markdown
Owner

What

Replaces the live shields.io docker/pulls badge with a static Docker badge.

Why

The pull-count badge reads Docker Hub's metadata API through shields.io's shared infrastructure, which Docker Hub throttles frequently. When that happens the badge renders as "rate limited by upstream service" — a broken-looking badge on a public README. The static badge makes no API call, so it always renders cleanly, while still linking to the Docker Hub repository.

Image pulls go through the registry and were never affected — this is purely a cosmetic badge fix.

The live shields.io docker/pulls badge reads Docker Hub's metadata API,
which is frequently throttled and renders as "rate limited by upstream
service". Swap to a static badge that makes no API call and links to the
Docker Hub repository. Image pulls go through the registry and are
unaffected by this change.
@smaramwbc
smaramwbc force-pushed the docs/static-docker-badge branch from 71b3f52 to 3935da4 Compare July 20, 2026 18:15
@smaramwbc
smaramwbc merged commit 5a8d4fa into main Jul 20, 2026
5 checks passed
@smaramwbc
smaramwbc deleted the docs/static-docker-badge branch July 20, 2026 18:20
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.

1 participant