docs: fix broken Docker Hub link for the alpine image - #11956
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Summary by CodeRabbit
WalkthroughThe documentation updates the Alpine Docker Hub image URL from ChangesDocumentation update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized documentation-only link correction with no actionable merge-blocking risk remaining. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The
alpinelink on the image registry rate limiting page points tohttps://hub.docker.com/r/_/alpine, which returns a 404. Official images on Docker Hub are served under/_/<name>, so the working URL ishttps://hub.docker.com/_/alpine.This updates the single occurrence in
docs/supported_docker_environment/image_registry_rate_limiting.md.