NotGlop / docker-drag

Download image from the Docker Hub HTTPS API
GNU General Public License v3.0
735 stars 202 forks source link

KeyError: 'layers' #39

Open huangxueliang opened 2 months ago

huangxueliang commented 2 months ago

i can not download the image:milvusdb/milvus:v2.4.10 D:\docker_pull>python docker_pull.py milvusdb/milvus:v2.4.10 aaaa Traceback (most recent call last): File "D:\docker_pull\docker_pull.py", line 88, in print(resp.json()['layers']) KeyError: 'layers'

1suming commented 1 month ago

原因同 https://github.com/NotGlop/docker-drag/issues/34 ,新版的镜像不行,旧的可以