-
Notifications
You must be signed in to change notification settings - Fork 349
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
How to specify the BaseImage when creating an integration? #2844
Comments
If the |
How about adding a label to the integrationKit, which is used in the IncrementalImageContext step to filter IntegrationKits that use a certain baseImage? |
Could be an idea in the context of the work requested for #2736 |
This issue has been automatically marked as stale due to 90 days of inactivity. |
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref apache#2844
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref apache#2844
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref apache#2844
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref apache#2844
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref #2844
* Useful to know from which image a kit hierarchy started * added builder.base-image property trait to override easily the base image Ref apache#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), And the platform is bound to a BaseImage (link), but the BaseImage is not used because IncrementalImageContext,this step will find the integrationKit that already exists, these integrationKits do not use the new BaseImage.
So is there any other way we can change the default BaseImage?
The text was updated successfully, but these errors were encountered: