On AKS, I am getting a very strange error pulling an image from a public docker repository: Failed to pull image "jeremysv/eventstore-proxy:latest": rpc error: code = InvalidArgument desc = failed to pull and unpack image "docker.io/jeremysv/eventstore-proxy:latest": unable to fetch descriptor (sha256:46e5822176985eff4826449b3e4d4de5589aa012847153a4a2e134d216b7b28a) which reports content size of zero: invalid argument
I have tried deleting and recreating the AKS cluster, however the error is still there.
Using docker pull on my local machine works fine.