How to see the API ratelimit of the github packages docker registry #45253
Replies: 3 comments 3 replies
-
@jonas-zipprick GitHub Package Registry (GHCR) rate limits are based on your GitHub account's current plan. You can check your current rate limit by sending a GET request to the following API endpoint: https://api.github.com/rate_limit. If you're hitting rate limits, you can try the following: Wait a while and try again later. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
When trying to push private docker image to ghcr.io we often times see this error:
error parsing HTTP 429 response body: unexpected end of JSON input: ""
The error is printed by the docker client.
I assume we are pushing images to fast. But where/how can I see the rate limit and how much of the quota is used?
The billing section in the organisation settings doesn't show me anything.
Beta Was this translation helpful? Give feedback.
All reactions