问题
Pulling Images using Docker Registry V2 API from https://hub.docker.com
"code": "BLOB_UNKNOWN",
"message": "blob unknown to registry",
My request was https://registry.hub.docker.com/v2/library/ubuntu/blobs/sha256:391556555751770ffbcebbce4ed539454cea660c0be0a726f801c96f353a22e0
Added Authorization Bearer Token in header
Getting Token first and then manifests for tag ubuntu:latest and then trying to pull images where I am failing.
What may be going wrong? Any pointers?
来源:https://stackoverflow.com/questions/58697322/pulling-digest-fails-with-blob-unknown-to-registry