nicolaferraro edited a comment on issue #588: camel-k groovy, jvm, spring-boot gives error pushing image URL: https://github.com/apache/camel-k/issues/588#issuecomment-480205277 Hi @BuddhiWathsala, the last error message: ``` error pushing image: failed to push to destination index.docker.io/default/camel-k-jvm:104686: unsupported status code 401; body: ``` Indicates that `index.docker.io` is set on the integrationplatform as target registry, instead of the internal minikube registry. Did you follow the [guidelines for installing camel k on minikube](https://github.com/apache/camel-k/blob/master/docs/cluster-setup.adoc)? Especially, before doing `kamel install` you should enable the **registry addon**, then the `kamel` CLI should be able to auto-configure it. If you haven't done so, you can try to [uninstall](https://github.com/apache/camel-k#uninstalling), enable the registry addon and `kamel install` again. Let us know!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services