Unexpected status from POST request to https://auth.docker.io/token: 403 Forbidden on macOS

Hi

I am getting a 403 when trying to pull an image, as shown below. I have uninstalled and reinstalled Docker desktop, deleting caches, containers, and ~/.docker.

Any ideas please?

Thanks

Nathan

$ docker pull confluentinc/cp-zookeeper
Using default tag: latest

What's next:
    View a summary of image vulnerabilities and recommendations → docker scout quickview confluentinc/cp-zookeeper
Error response from daemon: failed to resolve reference "docker.io/confluentinc/cp-zookeeper:latest": failed to authorize: failed to fetch oauth token: unexpected status from POST request to https://auth.docker.io/token: 403 Forbidden

$ which docker
/usr/local/bin/docker

$docker --version
Docker version 26.1.4, build 5650f9b

$ls -la /usr/local/bin/docker
lrwxr-xr-x  1 root  wheel  54  9 Jul 18:01 /usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker

It works on my Mac. Maybe it was a temporary issue with the api. I updated to the latest version before tetsing. (4.32.0)