You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update broken CircleCI link to current path (#24457)
## Summary
- Updates the CircleCI link in the "Third-party platforms" section of
`content/manuals/docker-hub/usage/pulls.md`
- Removes the `/2.0/` versioned path segment that CircleCI dropped when
they reorganized their documentation structure
- The old URL (`circleci.com/docs/2.0/private-images/`) returns 404; the
updated URL (`circleci.com/docs/private-images/`) follows CircleCI's
current unversioned path pattern
Closes#24438
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Docker Docs Agent <agent@docker-docs-harness.local>
|`datehour`| The date and hour (`yyyy/mm/dd/hh`) of the pull that resulted in the data transfer. | This helps in identifying peak usage times and patterns. |
142
141
|`user_name`| The Docker ID of the user that pulled the image | This lets organization owners track data consumption per user and manage resources effectively. |
143
142
|`repository`| The name of the repository of the image that was pulled. | This lets you identify which repositories are most frequently accessed and consume most of the data transfer. |
@@ -147,7 +146,7 @@ separated file with the following detailed information.
147
146
|`tag`| The tag for the image. The tag is only available if the pull included a tag. | This helps in identifying the image. Tags are often used to identify specific versions or variants of an image. |
148
147
|`digest`| The unique image digest for the image. | This helps in identifying the image. |
149
148
|`version_checks`| The number of version checks accumulated for the date and hour of each image repository. Depending on the client, a pull can do a version check to verify the existence of an image or tag without downloading it. | This helps identify the frequency of version checks, which you can use to analyze usage trends and potential unexpected behaviors. |
150
-
|`pulls`| The number of pulls accumulated for the date and hour of each image repository. | This helps identify the frequency of repository pulls, which you can use to analyze usage trends and potential unexpected behaviors. |
149
+
|`pulls`| The number of pulls accumulated for the date and hour of each image repository. | This helps identify the frequency of repository pulls, which you can use to analyze usage trends and potential unexpected behaviors. |
151
150
152
151
## View pull rate and limit
153
152
@@ -172,25 +171,23 @@ To view your current pull rate and limit:
172
171
> To check your limits, you need `curl`, `grep`, and `jq` installed.
173
172
174
173
1. Get a token.
175
-
176
174
- To get a token anonymously, if you are pulling anonymously:
0 commit comments