Why does imagetools create
return 429
with error message regarding pull rate limit?
#2817
-
I was testing the following command in Github actions (with authenticated dockerhub user): docker buildx imagetools create -t ***/test:1.2 -t ***/test:1.2.3 ***/test@sha256:1288eceb7fc0fe0f294630126b5112da80410b5ec83e4d6fb4ff87902da4f8fa ***/test@sha256:c5a647b031794a5a639d0afba508d1901cb3d7b1106a7765458db0ccb6f444b3 And at some point I got the following response:
As I pointed out that this happened "at some point", it was after dispatching the workflow multiple times, with a matrix strategy, 8 variations (and was also building with Questions
The answers to these questions might be obvious for more experienced docker users, but I see no mention in the docker documentation (here or here) that these kind actions also have an impact on the pull rate limit of an authenticated user. Sidenotes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you're using GHA it should not happen as there is built-in credentials on public runners to pull without rate-limit. |
Beta Was this translation helpful? Give feedback.
https://docs.docker.com/docker-hub/download-rate-limit/?#rate-limit