errors when downloading images of operators

Posted on

I was attempting to download the images of Service Mesh Operator, but errors happened when I did "oc adm catalog mirror localhost:5000/redhat/service-mesh:v4.6 file:///mesh-mirror -a /usr/lib/containers/auth.json --insecure", maybe because of the network, but it always happened. So how can I fixed this problem manually, not just simply execute "oc adm catalog mirror ..." again.

Here is the error info:

error: unable to copy layer sha256:4c3aa578e63edf17f24e71023f5059aa1b99abcb40cc5d4355b92f96d27cc6fa to file://mesh-mirror/openshift-service-mesh/grafana-rhel8: read tcp 192.168.137.146:46988->184.26.156.148:443: read: connection reset by peer
error: unable to copy layer sha256:04035ba8b3f02f714b5b9e74dd1fa9e7cda05144d30c3c6f5ae8d0b6ab629fae to file://mesh-mirror/openshift-service-mesh/grafana-rhel8: read tcp 192.168.137.146:46982->184.26.156.148:443: read: connection reset by peer
error: unable to copy layer sha256:46d33469d71a15a5095de619087c1b8d98271215a06528b2483bb2494678da0d to file://mesh-mirror/openshift-service-mesh/grafana-rhel8: read tcp 192.168.137.146:35142->104.100.68.31:443: read: connection reset by peer
error: unable to copy layer sha256:5508aac21b3e7ec182c8a26dd49828a29e87284e3bed4b8eaa3ef0103602225c to file://mesh-mirror/openshift-service-mesh/grafana-rhel8: read tcp 192.168.137.146:35138->104.100.68.31:443: read: connection reset by peer
error: unable to copy layer sha256:41cac88072595bb21f9f9d3d4b176659b475382b1bb4fe9b1fd2f4878cfb5dcf to file://mesh-mirror/openshift-service-mesh/grafana-rhel8: read tcp 192.168.137.146:46978->184.26.156.148:443: read: connection reset by peer

Responses