Wanjun Lei

Results 68 comments of Wanjun Lei

It is currently impossible to set it in the helm chart.

@yairyairyair You can add a custom step [here](https://github.com/OpenFunction/OpenFunction/blob/main/config/strategy/build-strategy.yaml#LL7C3-L7C13).

Can you submit a proposal and discuss it at the community meeting?

> 1. if i use maven to build java project .How can i change the mirror in settings.xml or import external setting.xml files during the building phase ? > 2....

1. Please make sure your java builder image is up to date. 2. Each function can define its own cache image,

https://github.com/OpenFunction/samples/tree/main/apps/buildah/java#deployment You should do this.

I think the best solution is to clean up the revision when the image changes.

Using a private code repository or using [local source code build](https://github.com/shipwright-io/build/blob/main/docs/proposals/enable-local-source-code-support.md). The shipwright had supported from v0.6.0. OpenFunction can support it by adding a filed [BundleContainer ](https://github.com/shipwright-io/build/blob/164c03bade9a2b1d8b8861d3951ea8b9867c4da5/pkg/apis/build/v1alpha1/source.go#L27). You can try...

> @wanjunlei are we able to add labels to tekton step pods by adding labels to shipwright CRD? The shipwright does not support adding labels to tekton.