docker pull 命令出错 - mediaType 错误

Bcf*_*Ant 5 ubuntu docker

我试图拉 Ubuntu 并收到以下错误。

清单中的 mediaType 应该是“application/vnd.docker.distribution.manifest.v2+json”而不是“application/vnd.oci.image.manifest.v1+json”

我正在运行 Docker 版本 20.10.12,内部版本 20.10.12-0ubuntu2~18.04.1

这个问题最近才出现。

我刚刚尝试拉Redis,并且成功了。

有任何想法吗?

小智 1

我遇到了同样的问题

 docker pull bytebase/bytebase:1.17.0
1.17.0: Pulling from bytebase/bytebase
mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'

Run Code Online (Sandbox Code Playgroud)