I have a server that started showing this strange behavior. When I try to pull some very common docker images like docker pull ubuntu:latest
I get the following message as a response:
Error: Status 410 trying to pull repository library/ubuntu: "<html>\r\n<head><title>410 Gone</title></head>\r\n<body>\r\n<center><h1>410 Gone</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"
But if I try for example docker pull centos:latest
, the image is pulled just fine.
Does anyone have a clue of what the issue might be?