-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builder image name missing the organization configuration #4525
Comments
I don't think the org should apply to the dynamic image builder. IMO we need the builder to be as much generic as possible and reused if we have several IntegrationPlatforms (hence, several organizations). |
What will happen if we have non-compatible registry configurations (example with auth) in different IntegrationPlatforms ? Do we generate a another builder image ? |
Good point. In general we need to revisit the entire concept of the dynamic builder, which is something that may be just temporary. If we evaluate for now it requires some enhancement like the one you're proposing, probably it makes sense to do it. Thanks. |
Trying to use a private registry we're getting some auth problems:
|
Version: Camel-k main branch (2.x)
When installing Camel-k with a defined
organization
id/name with build strategypod
the builder image full name does not contains theorganization
id/name. I think it should (like with the kit image):The command used to install is:
The text was updated successfully, but these errors were encountered: