We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60b337 commit 0c721cbCopy full SHA for 0c721cb
cmd/minikube/cmd/start.go
@@ -1300,7 +1300,7 @@ func validateImageRepository(imageRepo string) (validImageRepo string) {
1300
if URL.Scheme != "" {
1301
out.Infof("The --image-repository flag your provided contains Scheme: {{.scheme}}, which will be removed automatically", out.V{"scheme": URL.Scheme})
1302
}
1303
-
+
1304
validImageRepo = URL.Hostname() + imageRepoPort + strings.TrimSuffix(URL.Path, "/")
1305
1306
return validImageRepo
0 commit comments