[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-06-27 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1609899816 Hi @srikanthprathipati, Please have a look at the id tag. It needs to be equal to **image-registry** ``` image-registry

[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-06-27 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1609529735 Hello @srikanthprathipati ! Yes this is normal because the id must be **image-registry**. So in your case it should be: ``` image-registry

[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-06-27 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1609118732 Hi @srikanthprathipati! It looks like you also have to be authenticated to pull from your organisation too. You can check that on your side by doing an HTTP get (add the

[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-05-22 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1557439767 Hi @srikanthprathipati, Unfortunately I was not able to reproduce and I am able to upload local dependencies to my [GHCR](https://github.com/johnpoth?tab=packages):

[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-05-22 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1557094305 Thanks @srikanthprathipati, it looks like you are getting a different error specifically when uploading the image manifest. Could you run in _verbose_ mode? I'll try to reproduce

[GitHub] [camel-k] johnpoth commented on issue #4398: kamel run | custom dependencies | local files | K8S Cluster with GHCR

2023-05-22 Thread via GitHub
johnpoth commented on issue #4398: URL: https://github.com/apache/camel-k/issues/4398#issuecomment-1556865793 Hello ! I think you need to do a [docker login