I am facing docker pull ratelimit issue though i have subscription for both Teams and Pro account.
When i checked the ratelimit, it is showing 100 instead of 5000. Why am i facing this issue?
See below the logs,
$ TOKEN=$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull" | jq -r .token)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4415 0 4415 0 0 4450 0 --:--:-- --:--:-- --:--:-- 4446
abjyoti@esi10:~$ curl --head -H "Authorization: Bearer $TOKEN" https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest
HTTP/1.1 200 Connection established
HTTP/1.1 200 OK
content-length: 2782
content-type: application/vnd.docker.distribution.manifest.v1+prettyjws
docker-content-digest: sha256:767a3815c34823b355bed31760d5fa3daca0aec2ce15b217c9cd83229e0e2020
docker-distribution-api-version: registry/2.0
etag: "sha256:767a3815c34823b355bed31760d5fa3daca0aec2ce15b217c9cd83229e0e2020"
date: Mon, 31 Oct 2022 07:21:56 GMT
strict-transport-security: max-age=31536000
**ratelimit-limit: 100;w=21600 **
**ratelimit-remaining: 17;w=21600**
docker-ratelimit-source: 198.175.68.48