Syncing of container registry is failing

Problem:
Failure in syncing of registry
Expected outcome:
Registry should sync
Foreman and Proxy versions:
3.0.1

Distribution and version:
RHEL 8.4
Other relevant data:
Here is the output of the error I am getting


429, message='Too Many Requests', url=URL('https://registry-1.docker.io/v2/library/alpine/manifests/sha256:ad295e950e71627e9d0d14cdc533f4031d42edae31ab57a841c5b9588eacc280')

When I put limit sync tag to “latest” then also I am getting the same error

429, message='Too Many Requests', url=URL('https://registry-1.docker.io/v2/library/alpine/manifests/latest')

We are currently using pulp 3 and the product has been created using ansible.
Any help would be appreciated

Thanks

docker hub now has pretty strict request limits. You can increase those limits by using your username/password for repository authentication with the free account, but you may have to use a paid account:

1 Like