Docker install in air gapped environment

Hi there,

Trying to find out the problem with the following kind of errors in a Docker installation in air gapped environment.

Docker version: 19.03
Rancher version: 2.5.0

I just downloaded all the needed images in this Rancher version and then I uploaded them to the private registry. At the end in the Rancher logs I see repeatedly the following:

E1216 15:19:57.203895   31kuberuntime_manager.go:801] container start failed: InvalidImageName: Failed to apply default image tag "https://localregistry:5000/rancher/shell:v0.1.5": couldn't parse image reference "https://localregistry:5000/rancher/shell:v0.1.5": invalid reference format

E1216 15:19:57.203895   31 pod_workers.go:191] Error syncing pod 6bc96b7a-3ac5-35a1d3-51a3-3a354-666a5s1s6f6 ("helm=operation-381f_cattle-system(6bc96b7a-3ac5-35a1d3-51a3-3a354-666a5s1s6f6)"), skipping: [failed to "StartContainer" for "helm" with InvalidImageName: "Failed to apply default image tag \"https://localregistry:5000/rancher/shell:v0.1.5\": couldn't parse image reference \"https://localregistry:5000/rancher/shell:v0.1.5\": invalid reference format"]

How can I solve it?

Same here. there’s no way to provision a cluster. Please help!

Same here. any solution?

That’s not a proper image tag. That’s like a whole URL, including protocol, etc…