casdtodtenhoefer opened a new issue, #3257: URL: https://github.com/apache/camel-k/issues/3257
Hello, we have problems using a local dependency, running "kamel run" on Windows (Camel K 1,9,0). ``` Added mvn:de.org.legacy:legacy:jar:1.0.0 to the Integration's dependency list spectrum - 2022/05/06 09:15:32 Pulling base image (insecure=true)... spectrum - 2022/05/06 09:15:32 Composing layers... spectrum - 2022/05/06 09:15:32 Pushing image localhost:5000/maven_de_org_legacy_legacy_1_0_0_legacy-1_0_0_jar:1.0.0 (insecure=true)... spectrum - 2022/05/06 09:15:34 existing blob: sha256:b611d19c07e6ee68e2cf32ef13168c78ffabd66b64465cbff8c50cade0ac6aa0 spectrum - 2022/05/06 09:15:34 existing blob: sha256:d2207430ab734fbbdc7a6f7437b98de7b39bf0d491a761b35d8b2634c67a0724 spectrum - 2022/05/06 09:15:34 localhost:5000/maven_de_org_legacy_legacy_1_0_0_legacy-1_0_0_jar:1.0.0: digest: sha256:e4d480c915d9f11e2bfe2b00c41a94729115afa0124006a2552d2fcf559d6367 size: 426 Uploaded: ./src/main/resources/legacy.jar to localhost:5000/maven_de_org_legacy_legacy_1_0_0_legacy-1_0_0_jar:1.0.0 spectrum - 2022/05/06 09:15:34 Pulling base image (insecure=true)... spectrum - 2022/05/06 09:15:34 Composing layers... Error: Error trying to upload file://./src/main/resources/legacy.jar to the Image Registry.: wrong dir format for C:\Users\USER\AppData\Local\Temp\camel-k766362677\maven_legacy.jar_md5:. (expected "local:remote") ``` As you can see there is a problem with the windows-path. I think that the colon after the drive letter is interpreted as a delimiter. Best Regards, Danny -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
