containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
8.08k stars 598 forks source link

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

Open balajikumaran-c-s opened 15 hours ago

balajikumaran-c-s commented 15 hours ago

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: 7b5f7e0d8f705ed4e54f7040512327e231433366 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

apostasie commented 15 hours ago

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.