Pasquale Congiusti

Results 531 comments of Pasquale Congiusti

You can have a look at some refactoring we've done recently here https://github.com/apache/camel-k/pull/3032 - We've introduced a generic `PublishStrategyOptions` in the IntegrationPlatform that can be used for any strategy extra...

Sure, you can have a look at #3032 where we used that for the "Kaniko" options. We may mimick that and include any "Buildah" option as well.

Any build configuration should be included into the IntegrationPlatform, not exposed in the `kamel run` command. I think you can extend the BuildahTask to include the new needed parameters https://github.com/apache/camel-k/blob/fe997b9ac1297884840ffb42bb41302bb5040ee5/pkg/apis/camel/v1/build_types.go#L107...

Nice, that fits perfectly into the design. I think those parameters must be provided by the user editing the IntegrationPlatform (manually) ie `kubectl edit ip`. A nice addition would be...

Sure, it's more than welcome.

I'm marking this as a bug as we should detect the problem and notify somehow to the user instead of looping infinetely. Maybe a retry with exponential backoff for some...

I tried to reproduce this issue but did not manage to have it failing. If I deleted an intermediate image layer, the spectrum tool is able to rebuild it as...

Relates https://github.com/apache/camel-k-runtime/issues/764

Yes, it should be present since version 1.10 of Camel K.

For what I could see, the check errors are the same we are experincing on `main` (likely releated to the new runtime?). I'm merging also this and we can focus...