You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/15 13:07:57 UTC

[GitHub] [camel-k] radekcz opened a new issue #2748: Could not pull base image - Build kit-c695aptd9nr1dagju0qg failed (No matching credentials were found, falling back on anonymous)

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez commented on issue #2748: Could not pull base image - Build kit failed (No matching credentials were found, falling back on anonymous)

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2748:
URL: https://github.com/apache/camel-k/issues/2748#issuecomment-968978437


   I've just tried replicating the same configuration (apart the operating system - I run on Linux) and I cannot reproduce the error. Everything run smoothly. I wonder if it's some transient problem happened when the image was published. Would you mind to retry that from scratch? You can clean up with `kamel reset` command to clean the Integration and the related Kits. Please, let us know how it goes.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] radekcz commented on issue #2748: Could not pull base image - Build kit failed (No matching credentials were found, falling back on anonymous)

Posted by GitBox <gi...@apache.org>.
radekcz commented on issue #2748:
URL: https://github.com/apache/camel-k/issues/2748#issuecomment-968956189


   Sure, it's the same:
   
   ```
   λ kamel version --operator
   Camel K Operator 1.6.1
   ```


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] radekcz commented on issue #2748: Could not pull base image - Build kit failed (No matching credentials were found, falling back on anonymous)

Posted by GitBox <gi...@apache.org>.
radekcz commented on issue #2748:
URL: https://github.com/apache/camel-k/issues/2748#issuecomment-970232994


   @squakez Thanks a lot! Command `kamel reset` did help.
   
   Before I had opened this issue, I tried to uninstall and install kamel again, but it didn't help. It was only after executing `reset` that integration works.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] squakez commented on issue #2748: Could not pull base image - Build kit failed (No matching credentials were found, falling back on anonymous)

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #2748:
URL: https://github.com/apache/camel-k/issues/2748#issuecomment-968954338


   Thanks for reporting. A question to have a complete set of information. Is the operator also running `1.6.1` version? you can check by `kamel version --operator`.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] radekcz closed issue #2748: Could not pull base image - Build kit failed (No matching credentials were found, falling back on anonymous)

Posted by GitBox <gi...@apache.org>.
radekcz closed issue #2748:
URL: https://github.com/apache/camel-k/issues/2748


   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org