gansheer opened a new issue, #4525: URL: https://github.com/apache/camel-k/issues/4525
**Version:** Camel-k main branch (2.x) When installing Camel-k with a defined `organization` id/name with build strategy `pod` the builder image full name does not contains the `organization` id/name. I think it should (like with the kit image): ``` REPOSITORY TAG IMAGE ID CREATED SIZE apache/camel-k 2.0.0-SNAPSHOT abda4a06c8c4 15 minutes ago 637MB 10.100.246.9/myorg/camel-k-kit-cihsu2p5tpl20drnif60 <none> a18953b17581 2 weeks ago 516MB 10.100.246.9/camel-k-runtime-quarkus-builder 2.16.0-snapshot 0a3d865dd0dc 2 months ago 1.08GB ``` The command used to install is: ``` kamel install --build-strategy pod --organization myorg ``` -- 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]
