radekcz opened a new issue #2748: URL: https://github.com/apache/camel-k/issues/2748
My first java route deployed over **kamel run** works very well by using: Camel K Client 1.6.1 Minikube version: v1.24.0 Win OS But when I try to add some dependency to the route, e.g.: `// camel-k: dependency=mvn:org.apache.commons:commons-lang3:3.12.0` build (and downloading dependencies) is done without problem: `{"level":"info","ts":1636980139.384325,"logger":"camel-k.maven.build","msg":"BUILD SUCCESS"}` but then I got error: ``` {"level":"info","ts":1636972715.9987202,"logger":"camel-k","msg":"spectrum - 2021/11/15 10:38:35 Pulling base image 10.105.139.108/default/camel-k-kit-c65evasgs8hsivol77v0@sha256:a65ddc40792f7db17d30bcb3192a748382816eb12a6f61c65474d46b03acc583 (insecure=true)..."} {"level":"info","ts":1636972715.9988046,"logger":"camel-k","msg":"spectrum - 2021/11/15 10:38:35 **No matching credentials were found, falling back on anonymous**"} {"level":"error","ts":1636972716.002739,"logger":"camel-k.controller.build","msg":"Build kit-c693h84gs8hg1b7rn99g failed: could not pull base image image 10.105.139.108/default/camel-k-kit-c65evasgs8hsivol77v0@sha256:a65ddc40792f7db17d30bcb3192a748382816eb12a6f61c65474d46b03acc583: GET http://10.105.139.108/v2/default/camel-k-kit-c65evasgs8hsivol77v0/manifests/sha256:a65ddc40792f7db17d30bcb3192a748382816eb12a6f61c65474d46b03acc583: **MANIFEST_UNKNOWN: manifest unknown**; map[Name:default/camel-k-kit-c65evasgs8hsivol77v0 Revision:sha256:a65ddc40792f7db17d30bcb3192a748382816eb12a6f61c65474d46b03acc583]","request-namespace":"default","request-name":"kit-c693h84gs8hg1b7rn99g","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-c693h84gs8hg1b7rn99g","stacktrace":"github.com/apache/camel-k/pkg/controller/build. {"level":"info","ts":1636980139.4702048,"logger":"camel-k.controller.build","msg":"state transition","request-namespace":"default","request-name":"kit-c695aptd9nr1dagju0qg","api-version":"camel.apache.org/v1","kind":"Build","ns":"default","name":"kit-c695aptd9nr1dagju0qg","phase-from":"Running","phase-to":**"Failed"**} ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org