Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 429 Too Many Requests when logging in and pulling images. #3601

Open
balajikumaran-c-s opened this issue Oct 24, 2024 · 1 comment
Open
Labels
area/login authentification/ login question Further information is requested

Comments

@balajikumaran-c-s
Copy link

Description

Image

I'm encountering issues when trying to log in to Docker Hub and pull images using nerdctl.

Steps to reproduce the issue

  1. Attempt to log in to Docker Hub using nerdctl
  2. Try to pull a commonly used image, such as Nginx

Describe the results you received and expected

Actual : It should login and pull the images
Expected : FATA[0004] failed to resolve reference "docker.io/library/nginx:latest": unexpected status from HEAD request to https://registry-1.docker.io/v2/library/nginx/manifests/latest: 429 Too Many Requests

What version of nerdctl are you using?

root@thundercp:~# nerdctl version
Client:
Version: v1.7.4
OS/Arch: linux/amd64
Git commit: 7b5f7e0
buildctl:
Version: v0.13.1
GitCommit: 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3

Server:
containerd:
Version: 1.6.16
GitCommit: 31aa4358a36870b21a992d3ad2bef29e1d693bec
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e946

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

@balajikumaran-c-s balajikumaran-c-s added the kind/unconfirmed-bug-claim Unconfirmed bug claim label Oct 24, 2024
@apostasie
Copy link
Contributor

This is Docker Hub telling you that you have exceeded your free quota with them: https://docs.docker.com/docker-hub/download-rate-limit/

Unless I am mistaken, this is not a nerdctl bug.

@AkihiroSuda AkihiroSuda added question Further information is requested area/login authentification/ login and removed kind/unconfirmed-bug-claim Unconfirmed bug claim labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/login authentification/ login question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants