Rancher镜像导入到私有仓库失败,有没有遇到过相同的问题

helm离线安装Rancher,在收集Rancher镜像步骤完成后,私有镜像仓库使用harbor部署,在离线环境导入rancher-images.tar.gz镜像文件执行命令./rancher-load-images.sh --image-list ./rancher-images.txt --registry myhoarbor.doman.com一直报错如下,烦请高人指点!

The push refers to repository [harbor.doman.com/rancher/system-agent-installer-rke2]

An image does not exist locally with the tag: harbor.doman.com/rancher/system-agent-installer-rke2

Error response from daemon: No such image: rancher/system-agent-installer-rke2:v1.25.7-rke2r1

The push refers to repository [harbor.doman.com/rancher/system-agent-installer-rke2]

An image does not exist locally with the tag: harbor.doman.com/rancher/system-agent-installer-rke2

Error response from daemon: No such image: rancher/system-agent:v0.3.2-suc

The push refers to repository [harbor.doman.com/rancher/system-agent]

An image does not exist locally with the tag: harbor.doman.com/rancher/system-agent

Error response from daemon: No such image: rancher/system-upgrade-controller:v0.10.0

The push refers to repository [harbor.doman.com/rancher/system-upgrade-controller]

An image does not exist locally with the tag: harbor.doman.com/rancher/system-upgrade-controller

Error response from daemon: No such image: rancher/tekton-utils:v0.1.11

The push refers to repository [harbor.doman.com/rancher/tekton-utils]

An image does not exist locally with the tag: harbor.doman.com/rancher/tekton-utils

Error response from daemon: No such image: rancher/thanosio-thanos:v0.15.0

The push refers to repository [harbor.doman.com/rancher/thanosio-thanos]

An image does not exist locally with the tag: harbor.doman.com/rancher/thanosio-thanos

Error response from daemon: No such image: rancher/ui-plugin-operator:v0.1.1

The push refers to repository [harbor.doman.com/rancher/ui-plugin-operator]

An image does not exist locally with the tag: harbor.doman.com/rancher/ui-plugin-operator

Error response from daemon: No such image: rancher/webhook-receiver:v0.2.4

The push refers to repository [harbor.doman.com/rancher/webhook-receiver]

An image does not exist locally with the tag: harbor.doman.com/rancher/webhook-receiver

Error parsing reference: “rancher/webhook-receiver:v0.2.5quay.io/jetstack/cert-manager-cainjector:v1.9.2” is not a valid repository/tag: invalid reference format

这个导出导入的镜像,就是一些 shell,你看下这个脚本,然后 debug 下应该就知道问题原因了