S96EA opened a new issue #2844: URL: https://github.com/apache/camel-k/issues/2844
I want to use a different BaseImage(for example, a private image) instead of the default BaseImage. I found that we can specify the platform when creating an integration ([link](https://github.com/apache/camel-k/blob/fc8aa4636ff3a95dee401d258b5e8ddf3c597020/pkg/apis/camel/v1/integration_types.go#L56)), And the platform is bound to a BaseImage ([link](https://github.com/apache/camel-k/blob/fc8aa4636ff3a95dee401d258b5e8ddf3c597020/pkg/apis/camel/v1/integrationplatform_types.go#L114)), but the BaseImage is not used because [IncrementalImageContext](https://github.com/apache/camel-k/blob/7efe4ffbfd82050acf89821846db1137c231d554/pkg/builder/image.go#L122),this step will find the integration that already exists, these integrations do not use the new BaseImage. So is there any other way we can change the default BaseImage? -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org