curl -H "Authorization: Bearer $BEARER" \
-H "Accept: application/vnd.docker.image.manifest.v2+json" \
https://registry-1.docker.io/v2/$NAME/manifests/sha256:3eb57a4024e69d05ace49be70ab9d13610cfe611a0191c7edc26f5a2b675e7b1
以上是我使用的命令.我已经在标头中将“接受”字段设置为架构版本2清单媒体类型,但仍然返回架构版本1的清单文件
最佳答案