build icon indicating copy to clipboard operation
build copied to clipboard

[FEATURE] Support User Namespace in Builds

Open sayan-biswas opened this issue 4 months ago • 1 comments

Is there an existing feature request for this?

  • [x] I have searched the existing feature requests

Is your feature request related to a problem or use-case? Please describe.

Kubernetes v1.33 comes with User Namespace enabled by default. To enable this feature hostUsers: false needs to set specifically.

Describe the solution that you would like.

Add support for hostUsers field to BuildSpec, BuildRunSpec or BuildStrategySpec.

Describe alternatives you have considered.

No response

Anything else?

No response

sayan-biswas avatar Oct 17 '25 10:10 sayan-biswas

Tekton Pipelines implementation. https://github.com/tektoncd/pipeline/pull/9049

sayan-biswas avatar Oct 17 '25 15:10 sayan-biswas