容器镜像服务 SWR-为什么使用客户端上传镜像失败?:tag does not exist: xxxxxx或An image does not exist locally with the tag: xxxxxx
容器镜像服务 SWR-为什么使用客户端上传镜像失败?:tag does not exist: xxxxxx或An image does not exist locally with the tag: xxxxxx
tag does not exist: xxxxxx或An image does not exist locally with the tag: xxxxxx
问题现象:使用客户端上传镜像,报如下所示错误:
“tag does not exist: xxxxxx”
或
“An image does not exist locally with the tag: xxxxxx”
问题原因:上传的镜像或镜像版本不存在。
解决方法:通过docker images查看本地镜像,确认要上传的镜像名称及版本后,重新上传镜像。